It is a virtual assistant for visually impaired which include models like face recognition, object detection, text to speech, speech recognition. The idea behind this project is to host this website and use it from mobile phones and therefore the website's UI is designed according to mobile phones.
- Clone this repository using :-
git clone https://github.com/Deimos-M/DL-Virtual-Assistant.git
- Install dependencies using :-
pip install -r requirements.txt
- Downlaod Tiny yolo pre-trained model from here :- Download
- Run the application using :-
python App.py
- Once the link appears, open it in your web browser and do either of the following :-
- Press
ctrl+shift+M
in Mozilla. - Press
F12
thenctrl+shift+M
in Chrome.
- Press
Note :- This website runs on the local machine and is not yet hosted on the internet. (:-|)