python3 simple_demo.pyThis runs a standalone demo showing how the mental health analysis works.
# Install basic dependencies
pip3 install flask python-dotenv
# Create minimal .env file
echo "SECRET_KEY=test-secret-key-123" > .env
# Run basic version
python3 test_app_basic.py# Full setup with all features
python3 setup.py
# Edit .env file with your API keys
python3 app.py- No external dependencies
- Tests mental health algorithms
- Instant results
- Basic Flask app
- HTML interface
- Local database simulation
- Firebase integration
- OpenAI API
- WhatsApp bot
- Complete features
- PHQ-9 depression scoring
- GAD-7 anxiety analysis
- Sentiment analysis
- Risk level calculation
- Recommendation generation
- Registration flow
- Assessment forms
- Results display
- Dashboard functionality
- Crisis resources
- Database storage
- AI-powered responses
- WhatsApp integration
- Real-time analytics
- Security features