A hybridization of Mobile Crowdsensing, Twitter Analytics, and Sensor Data for the holistic approach of pollen onsets detection, using Flask microframework.
- Install pipenv
pip install pipenv
- Change to src directory and install depedencies
cd src pipenv install
- Run the project using the pip enviroment:
pipenv run python run.py
- Python version: 3.7.4