Skip to content

leader board for kaggle competitions - ai fest 2024 -

Notifications You must be signed in to change notification settings

Su-mia/AIFest_leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai fest global leaderboard

This is the global leaderboard for the ai fest datathon.


How run the project?

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"

About

leader board for kaggle competitions - ai fest 2024 -

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published