The solution for final of bestHack by data squad team
You can install and run it at localhost:
0. Requirements:
The web scrypt requires python modules pandas
, joblib
and scikit-learn
and pyarrow
or fastparquet
to decode .parquet files
1. Download the repository:
git clone https://github.com/Ronningen/besthack
2. Run the server:
cd web
chmod a+x cgi-bin/resultpage.py
chmod a+x cgi-bin/download.py
python3 -m http.server --cgi
cd web
python3 server.py
3. Open the web page: