Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 635 Bytes

File metadata and controls

15 lines (11 loc) · 635 Bytes

Packet Base Crowd Estimation (PBCE) Algorithm

A packet base crowd estimation algorithm implemented using python machine learning algorithms with MYSQL data source.

Guide

  1. Create a virtual environment using python -m venv env
  2. Active the virtual environment in Windows using env\Scripts\activate, in Linux source /env/bin/activate
  3. Install the necesarry packages using pip install -r requirements.txt
  4. Rename the env to .env
  5. Configure the database in .env file
  6. Run the main.py script using python main.py

Is there a bug?

Please don't hesistate to contact me or submit a ticket!