A packet base crowd estimation algorithm implemented using python machine learning algorithms with MYSQL data source.
- Create a virtual environment using
python -m venv env
- Active the virtual environment in Windows using
env\Scripts\activate
, in Linuxsource /env/bin/activate
- Install the necesarry packages using
pip install -r requirements.txt
- Rename the
env
to.env
- Configure the database in
.env
file - Run the
main.py
script usingpython main.py
Please don't hesistate to contact me or submit a ticket!