- Face detection
- Face Recognition
- Object detection
- Scene Recognition
- Intent Identification
- Speech to text
- Text to speech
- Natural Language generation
- Download the yolo.weights file from here
- Place the file in Conversational-smart-guide-for-visually-impaired-people/config/yolo-coco/ to run the entire app
- To run only object detection module, place the file in Conversational-smart-guide-for-visually-impaired-people/Objectdetection/config/yolo-coco/
- Download the bert.h5 file from here
- Place the file in Conversational-smart-guide-for-visually-impaired-people/config/ to run the entire app
- To run only Intent Identification module, place the file in Conversational-smart-guide-for-visually-impaired-people/IntentIdentification/config/
- Download the resnet-34_kinetics.onnx file from here
- Place the file in Conversational-smart-guide-for-visually-impaired-people/config/ to run the entire app
- To run only Activity Recognition module, place the file in Conversational-smart-guide-for-visually-impaired-people/ActivityRecognition/
- Download the expression.model file from here
- Place the file in Conversational-smart-guide-for-visually-impaired-people/config/ to run the entire app
- To run only Facial Expression module, place the file in Conversational-smart-guide-for-visually-impaired-people/FacialExpressionRecognition/