Skip to content

ayoubdya/marathon_bib_number_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEMO

Demo

How to run the project

1. Prepare the backend

Put the trained model in backend/models the link to the trained model is here

Put all the photos in backend/photos with this structure:

photos
├── 331707239_781362983711955_8696776923217120552_n.jpg
├── 331697911_479660887546410_5536338796589273170_n.jpg

2. Install the dependencies for the backend

cd backend
pip install -r requirements.txt

3. Run the backend

fastapi run

4. Install the dependencies for the frontend

cd frontend
npm install

5. Run the frontend

npm start

6. Open the browser

Open the browser and go to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors