This is the global leaderboard for the ai fest datathon.
follos the next steps to run the project in your local machine.
1- create a project folder
mkdir myproject
cd myproject
2- create a virtual environment
python3 -m venv myvenv
source myvenv/bin/activate
3- Clone the project
git clone https://github.com/Su-mia/AIFest_leaderboard.git
cd AIFest-leaderboard
4- Install the requirements
pip install -r requirements.txt
5- Run the project
python manage.py runserver
6- Open your browser and go to the following link: http://127.0.0.1:8000/
7 - adjust this path if needed export KAGGLE_CONFIG_DIR="path to the file kaggle"