An AI-powered chatbot providing expert insights on solar energy using OpenRouter API.
git clone https://github.com/your-repo/solar-ai-assistant.git
cd solar-ai-assistant
pip install -r requirements.txt
echo "OPENROUTER_API_KEY=your_api_key_here" > .env
streamlit run app.py
- ✅ AI-powered responses using OpenRouter API
- ✅ User-friendly Streamlit interface
- ✅ Secure API key handling with .env file
- ✅ Modern UI with a unique color scheme
-1. Open the app in your browser.
-2. Enter a question like: "How do solar panels work?"
-3. Click "🔍 Get Answer" to receive an AI-generated response.
- Python
- Streamlit
- OpenRouter API
- dotenv for environment variable management
-🔹 Add voice input support
-🔹 Include multilingual responses
-🔹 Enhance UI with more interactivity
💡 For any issues, ensure your API key is correct and check for rate limits. 🚀