Repository for navigating assistant
To set up the project, download the dependencies:
- run the command: 'pip install -r requirement.txt'
- run the command: 'pip install pipwin'
- run the command: 'pipwin install pyaudio'
To implement Live detection using Yolo, do the following steps:
- Download pretrained models folder and put it in Yolo Detection. pretrained-models
- In the line "cap = cv2.VideoCapture(0)", you can toggle between 0 and 1 to use internal or external webcam.
- Run yolo_image_detection.py and a live stream should pop up
- Press the ESC to exit the program
To implement Aura Virtual Assitant, do the following steps:
- Go to Virtual Assistant, yun main.py