arpitvaghela / teamup-recommender

A recommendation system that makes the task of choosing group mates simpler, easier and faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamup-recommender

A recommendation system that makes the task of choosing group mates simpler, easier and faster

Setup

API

python -m venv venv

pip install fastapi[all] uvicorn[standard] sqlalchemy psycopg2

cd backend/

uvicorn api.main:app --reload --port 5000

App

cd app/
npm i
npm start

About

A recommendation system that makes the task of choosing group mates simpler, easier and faster

License:GNU General Public License v2.0


Languages

Language:JavaScript 42.3%Language:Jupyter Notebook 33.4%Language:Python 24.2%Language:CSS 0.2%