This repo has a full stack project containing computer Vision and AI. It has a React Dashboard as frontEnd, and in backend has used models like YOLO. It also has databasse script to create database and queries too add data and fetch it for the frontend tables. SERVER: To run the server open server folder in VS code or any IDE and run pip install -r requirements.txt to install all requirements Then change IP at the end of server.py and change video location at the start of server.py in 2 places, and run the python script FRONTEND: To view front end, open the Admin React folder in VS code. Install Node.js and then in terminal run npm install Then in src > scenes > globals > ApiContext.js change the IP this will download all the dependencies then to start the react app run npm start