Analyze community issues and get AI-powered mentorship for solving problems.
- Problem Analysis: Detect and classify community issues from images or text
- AI Mentor: Get guidance through critical thinking or solution templates
- Critical Thinking Mode: Socratic questions to explore problems deeply
- Solution Mode: Quick templates (SWOT, Budget, Action Plans, etc.)
- Interactive Chat: Conversational guidance
python -m venv venv
venv\Scripts\activate # On Linux/Mac use: source venv/bin/activatepip install -r requirements.txtCreate a .env file:
GEMINI_API_KEY=your_gemini_api_key_hereGet your free API key: https://aistudio.google.com/app/apikey
streamlit run app.pyOpen your browser at: http://localhost:8501