GithubHelp home page GithubHelp logo

andreibalan-dev / trycatchus Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 5.21 MB

Team tryCatchUs submission for Codedex Hackathon 2024

Home Page: https://www.tryretrorings.xyz/

License: MIT License

CSS 4.04% TypeScript 74.69% JavaScript 0.53% Python 20.74%
data-science hackathon olympics website

trycatchus's Introduction

RetroRings

image

Welcome to RetroRings, an RPG-themed project developed by team try{CatchUs} for the #CodedexSummerHackathon2024. This project is part of Track 3: Predict 2024 Olympic Champions. Our team comprises three dedicated developers:

This project was done in 24 hours.

Ready to analyze & predict the Olympics? Check out RetroRings in action!

Project Structure

Data Analysis & Prediction API

Our backend API is built using FastAPI, with data analysis performed using Pandas and predictions generated using a PyTorch model.

  • Location: api folder
  • Tech Stack: FastAPI, Pandas, PyTorch, Scikit-Learn

API Routes

  • All the API routes are GET accessible, refer to the API Docs for info about available endpoints.

Data Visualization UI

Our frontend application is built using Next.js, React, and TailwindCSS, with Chart.js for data visualization. It provides an intuitive interface to visualize the predictions from our API.

  • Location: app folder
  • Tech Stack: Next.js, React, TailwindCSS, Chart.js

Usage Instructions

How it works?

  • Deploy the FastAPI app.
  • Integrate the API host to environment variables.
  • Deploy the Next.js app.

Setup

  1. Clone the repository

    git clone https://github.com/AndreiBalan-dev/tryCatchUs.git
    cd tryCatchUs
  2. Backend (API) Setup

    cd api
    pip install virtualenv
    virtualenv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    pip install -r requirements.txt
    uvicorn app:app --reload
  3. Frontend Setup

    cd app
    npm install
    npm run dev
  4. Access the application

    • API: http://127.0.0.1:8000
    • Frontend: http://localhost:3000

License

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

Acknowledgements

We would like to thank the #CodedexSummerHackathon2024 for organizing this amazing hackathons.

Contact

Feel free to reach out to us for any queries or collaboration opportunities!

trycatchus's People

Contributors

firehead90544 avatar andreibalan-dev avatar tcytseven avatar

Stargazers

Dennis Asiedu avatar detpik avatar  avatar  avatar  avatar

Watchers

Lucian avatar  avatar

Forkers

tcytseven

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.