- Notifications
You must be signed in to change notification settings - Fork19
Smart wearable device project
License
GuiltyNeuron/SmartGlasses
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bring the future to your eyes 👓
This project is for goal to help blind people to read text, get informations from the net, identify people faces and describe pictures using semantic sentences.
command options :
- -t : task
- -m : mode (opencv_haar, dlib_hog, dlib_cnn, mtcnn, mobilenet_ssd)
- -i : input object (image path)
- -l : language (en / fr)
python gmg.py -t face_detection -m opencv_haar -i image.png -l en
Recognise person
python gmg.py -t face_recognition -i image.png -l en
Add person face to dataset
python gmg.py -t add_face -i image.png -l fr
Initialise dataset with the existing images
python gmg.py -t face_init
Get informations about anything
python gmg.py -t wiki -i obama -l fr
Get latest 10 articles from CNN
python gmg.py -t news_latest -l en
Get by number (between 1 and 10) article from the latest articles published by CNN
python gmg.py -t news_article -i 3 -l en
Get the weather description for a specified city
python gmg.py -t weather -country canada -city vancouver -l en
Get current date
python gmg.py -t date -l en
Get current time
python gmg.py -t time -l en
Read text from input image
python gmg.py -t ocr -i image_path -l en
- Free computer science bookslink
- Natural Language Processing (NLP)link
- Image captionlink
- Face library Dlib github Readme filelink
- Face detection and recognition Raspberry PiLink
- Open source ChatBot libraryLink
GuideMeGlasses:eyeglasses:
About
Smart wearable device project
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.