IWeb is a web application that helps visually impaired users by detecting objects in images or webcam feeds and reading them aloud using text-to-speech.
- Real-time object detection (YOLO)
- Text-to-speech for detected objects
- Adjustable voice pitch, rate, and volume
- Simple, accessible interface
- React & Tailwind CSS (Frontend)
- Flask & YOLOv3 (Backend)
- Web Speech API (Text-to-Speech)
- Clone the repo and install dependencies for both client and server.
- Download
yolov3.weightsfrom the official YOLO website and place it in theserverfolder (not included in repo). - Start the Flask server:
python app.pyin theserverfolder. - Start the React client:
npm startin theclientfolder.