Skip to content

Key Features:- Image and Video Capture, Ball and Bat Detection, Performance Analysis, Interactive User Interface, Best Practices for Cricket

Notifications You must be signed in to change notification settings

Atique22/smart-cricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Cricket Project

Frontend

Running a project with the commands:

  • Navigate to the "frontend" Directory:
    
    cd frontend
    
    
  • Install Dependencies:
    
    npm install
    
    
  • Start the Development Server:
    
    npm start
    
    

CV/ML

Running a project with the commands:

  • Navigate to the "yolov5" Directory:
    
    cd yolov5
    
    
  • Install Python Dependencies from the requirements file:
    
    pip install -r requirements.txt
    
    

Backend

Running a project with the commands:

  • Navigate to the "backend" Directory:
    
    cd backend
    
    
  • Install Python Dependencies from the requirements file:
    
    pip install -r requirements.txt
    
    
  • Start the Backend Server:
    
    python manage.py runserver
    
    

Demo Link

https://fypml.studio/

About

Key Features:- Image and Video Capture, Ball and Bat Detection, Performance Analysis, Interactive User Interface, Best Practices for Cricket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published