Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.86 KB

File metadata and controls

36 lines (26 loc) · 1.86 KB

Conversational-smart-guide-for-visually-impaired-people

Modules

  1. Face detection
  2. Face Recognition
  3. Object detection
  4. Scene Recognition
  5. Intent Identification
  6. Speech to text
  7. Text to speech
  8. Natural Language generation

Object detection

  • 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/

Intent Identification

  • 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/

Activity Recognition

  • 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/

Facial Expression Recognition

  • 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/