An open API service indexing awesome lists of open source software.

https://github.com/iamsaksham-21/echo_vision

EchoVision is an AI-powered assistive technology for blind and visually impaired people. It combines voice interaction and camera-based object detection to describe surroundings, answer questions, and provide information—giving users at least 1% more visibility and independence.
https://github.com/iamsaksham-21/echo_vision

html-css-javascript opencv python

Last synced: about 1 month ago
JSON representation

EchoVision is an AI-powered assistive technology for blind and visually impaired people. It combines voice interaction and camera-based object detection to describe surroundings, answer questions, and provide information—giving users at least 1% more visibility and independence.

Awesome Lists containing this project

README

          

# 👁‍🗨 EchoVision

*EchoVision* is an AI-powered assistive technology project created for *blind and visually impaired people*.
It uses *voice interaction* and *camera-based vision* to provide environmental awareness, object recognition, and information access.

EchoVision’s goal is to give users “at least 1% visibility of the world”, helping them live with greater independence.

---

## ✨ Features
- 🎙 *Voice Assistant* – Understands user commands through speech.
- 🗣 *Text-to-Speech (TTS)* – Responds with natural, clear speech.
- 👁 *Camera Object Detection* – Detects and describes objects/people in front of the user.
- 🌍 *Information Access* – Wikipedia search, quotes, jokes, and time updates.
- 🎶 *Entertainment* – Play requested songs on YouTube.
- ☁ *Weather Updates* – Real-time weather reports.
- 🖥 *Basic App Support* – Opens system apps like Notepad and Calculator.

---

## 🛠 Tech Stack
- *Python 3.x*
- *Speech & Voice*
- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
- [PyAudio](https://pypi.org/project/PyAudio/)
- [pyttsx3](https://pypi.org/project/pyttsx3/)
- *Computer Vision*
- [OpenCV](https://pypi.org/project/opencv-python/)
- [YOLO / Deep Learning models]
- *Data & Web*
- [Wikipedia](https://pypi.org/project/wikipedia/)
- [Requests](https://pypi.org/project/requests/)
- [BeautifulSoup4](https://pypi.org/project/beautifulsoup4/)
- *Web Framework*
- [Flask](https://pypi.org/project/Flask/)

---

## 📦 Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/echovision.git
cd echovision