Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions Updated Readme
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
👁️ VisionMate
VisionMate is an assistive technology solution designed to empower visually impaired individuals by offering real-time, smart guidance for safer and more independent navigation.

🧠 Project Overview
VisionMate leverages a combination of computer vision, text recognition, and speech processing to help users:

🔍 Identify objects and surroundings
📖 Read printed or handwritten text aloud
🎙️ Interact using voice commands
🦯 Receive real-time audio feedback on obstacles
💡 Access a user-friendly interface designed for accessibility
⚠️ This project is currently in its early development and ideation phase. The repository will grow to include:

Prototypes
Research notes
Starter code
API integration plans
✨ Planned Features
✅ Object detection using computer vision (OpenCV / Google Vision API)
✅ Text-to-speech for printed and handwritten content
✅ Speech-based user controls
✅ Real-time environment awareness (obstacle detection)
✅ Modular and scalable architecture for future feature integration
🧰 Tech Stack
Layer Technology
Backend Python, Flask / Django (TBD)
Computer Vision OpenCV, Google Cloud Vision API (future)
Frontend / UI React.js or Flutter (TBD)
Data Storage MySQL
Accessibility Text-to-Speech / Speech Recognition APIs
🚀 Getting Started
⚠️ Work in Progress
Only starter files and minimal prototypes are available in this stage.

📥 Clone the Repository
git clone https://github.com/kaushav07/VisionMate.git
cd VisionMate
📦 Install Dependencies
Make sure you have Python 3.7+ installed. Then run:


pip install -r requirements.txt
🗂️ Folder Structure (to be expanded)

VisionMate/
├── prototypes/
│ ├── object_detection/
│ └── text_reader/
├── research_notes/
├── app/
│ ├── main.py
│ └── utils.py
├── requirements.txt
└── README.md