Skip to content

baggie11/Pyxis_Final

 
 

Repository files navigation

Pyxis_Final

An assistant application for the visually challenged

This project aims to build a software that can help the partially visually challenged people to navigate their surroundings. This is a simple, basic version of the application.

How to run the program on your local device?

  1. Download the code files in the given repository as a zip file.
  2. Install the requirements from requirements.txt. Note that there are multiple additional modules in requirements.txt that might not be required for the working of the application in its present state, but will come handy with future updates.
  3. Install the llama model from huggingface. To know how, refer to the following article -> https://medium.com/@lucnguyen_61589/llama-2-using-huggingface-part-1-3a29fdbaa9ed
  4. Install the yolo .pt file as per your choice of weight. The current version used by this application is yolov8n

Feel free to customise the code to align with your set of requirements!

Note:

  • The time taken to generate a reply can be high as while running due to the huge size of llama models even after quantisation.
  • The print statements written are for manual verification to check whether any given step has taken place to simplify debugging.

About

An assistant application for the visually impaired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%