Skip to content

RahulVivekNair/cctvanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powered CCTV Analysis

Installation Instructions

To get started with the project, follow these steps:

  1. Clone the repository:
git clone <repository-url>
  1. Set up a virtual environment
cd <repository-directory>
python -m venv venv
  1. Activate the virtual environment

For Windows:

.\venv\Scripts\activate

For Unix/macOS:

source venv/bin/activate
  1. Install required packages
pip install -r requirements.txt

For GPU support (PyTorch):

pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121

For CPU only (PyTorch):

pip install torch torchvision

Navigate to frontend directory and run Streamlit:

cd frontend
streamlit run home.py

Navigate to backend directory and run UVicorn with fastapi:

cd backend
uvicorn annotater:app --reload

Now, you should be all set up and running with the project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages