Skip to content

realtime object detection and Image classifier on R_Pi4

License

Notifications You must be signed in to change notification settings

owaiskaifi/AgriEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run code on Raspberry Pi 1. Set up RPi . 2. Boot into its OS. 3. Open CLI 4. Update the system using : (1) sudo apt-get update (2) sudo apt-get dist-upgrade 5. Run these lines too sudo apt-get install libatlas-base-dev sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev sudo apt-get install libxvidcore-dev libx264-dev sudo apt-get install qt4-dev-tools libatlas-base-dev

6. Then cd into the project Folder using :  cd [project folder path here] 
7. Install the requirements using : pip3 install -r requirements.txt
8. Restart the system.

Steps 1-8 are only needed for the first time on a new flashed OS 9. Cd into project folder. 10. Run: python3 main.py 11. And then use this IP in browser to access the app.

About

realtime object detection and Image classifier on R_Pi4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published