This project is created to mine available health data from social media and test the validity of mined data on scientific biomedical sources such as PubMed.
Project website: https://healdash.herokuapp.com/
Use the package manager pip to install requirements.
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.