Skip to content

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

License

Notifications You must be signed in to change notification settings

kiannaquines/packet_base_crowd_estimation_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages