Skip to content

codingdn/bitcamp2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcamp 2023

Project Name: RecommendMe

Members

  • Daneil Nguyen
  • Arnav Mittal
  • Hanock Tsegaye

Description

This project solves the issue of students at UMD who do not know what classes to take. Searching on Testudo simply returns a query based on some specified filters and may not be as helpful. In this project, we attempt to mimic LLM and provide the user the ability to provide custom inputs on the type of classes that they may be interested in.

For instance, these are some prompts that a student might enter into our application:

  • Recommend me a course about artificial inteligence
  • Recommend me a course that is 1 credit in CMSC
  • Recommend me a course that is a DVUP gened in BMGT that teaches ethics

Here is the user flow:

  • Enter major(s)
  • Enter courses already taken
  • Enter a search
  • Get recommend courses based on search

Tech Stack

  • Frontend - React
  • Backend - Fast API

Demo: https://www.loom.com/share/5b50535990544b97a37a7f16f72178f1

Devpost: https://devpost.com/software/recommendme

How to run the app

Frontend:

cd frontend
npm install
npm start

Backend:

uvicorn backend.backend_api:app

About

Bitcamp 2023 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published