Skip to content

Repository containing the flask and frontend applicaiton for the object detection

Notifications You must be signed in to change notification settings

ayush9h/Detect-Anything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect Anything(DAM) Guide

Install the YOLOv3 weights from https://pjreddie.com/darknet/yolo/

  • Delete the references folder when repository cloned on your local systems.

Demonstration Video

screen-capture.mp4

Important commands to initialize the project locally

  • Split the terminal in two, each for frontend and backend respectively.

  • For frontend folder(sequentially follow each commands)

cd frontend
npm install
  • Executing the frontend/client code
npm run dev
  • For backend folder(sequentially follow each commands)
py -3 -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
  • Executing the backend python code
python app.py

Using Docker(Local Setup)

  • Run the following commands sequentially
docker-compose build
docker-compose up

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot