faizm10 / CodeDexHackathon

Using 2021 Tokyo Olympics to Predict Winner of 2024 Paris Olympics
https://olympicpredict.vercel.app/
5 stars 1 forks source link
hackathon pandas-python prediction-model python r tailwindcss typescript

Hackathon Project: OlympiPredict

Quick Update: Won 2nd Place for Best Paris 2024 Olympics Category!!

Team Members

Project Overview

Our hackathon project aims to predict the medal winners of the 2024 Paris Olympics by analyzing data from the 2021 Tokyo Olympics and other relevant datasets. We utilize machine learning techniques and data analysis to make informed predictions about the performance of various countries in the upcoming games.

Project Structure

1. Data Collection

2. Data Preparation

3. Data Analysis and Visualization

4. 2024 Predictions

Installation

  1. Clone the repository:
    git clone https://github.com/faizm10/CodeDexHackathon
    cd CodeDexHackathon
  2. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  3. Install the required packages:
    pip install -r requirements.txt

Contribution Guidelines

git checkout -b {your-name/feature}
git add .
git commit -m "New Feature"
git push --set-upstream origin '{your-name/feature}'
git checkout main
git pull #after PR gets merged into main branch

License

This project is licensed under the MIT License. See the LICENSE file for details.