Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 403 Bytes

File metadata and controls

18 lines (15 loc) · 403 Bytes

Data Mining Tool

Requirements

Getting started

git clone https://github.com/mhawryluk/data-mining-tool data-mining-tool
cd data-mining-tool
virtualenv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
export MONGO_PASS=<password to mongo db>
cd src
python app.py