This project uses Gemini 2.5 Flash and Voice Commands to help blind people navigate, read text, and find objects.
- Navigation Mode: Detects obstacles and hazards.
- Reading Mode: Reads medicines and books using OCR.
- Find Object: Voice-activated search for lost items (e.g., "Find my Keys").
- SOS Alert: Sends emergency logs to guardians.
- Python
- Streamlit
- Google Gemini API
- OpenCV
- SpeechRecognition
- Install dependencies:
pip install -r requirements.txt - Add API Key in
.streamlit/secrets.toml - Run app:
streamlit run main.py