NexFlow - ATCS (Advanced Traffic Control System) is a project aimed at controlling traffic flow using the YOLO (You Only Look Once) model.
- Real-time traffic monitoring
- Vehicle detection and classification
- Traffic flow optimization
- Dynamic signal control based on traffic density
- Ensure that Python and Node.js are already installed on your system.
- Clone the repository:
git clone https://github.com/yourusername/nexflow-atcs.git
- Install backend dependencies:
pip install -r requirements.txt
- Install frontend dependencies:
cd frontend npm install
- Start the backend server:
cd ../backend python main.py
- Start the frontend development server:
cd ../frontend npm start
- Access the dashboard by opening
http://localhost:3000
in a web browser.