Skip to content

A research project for Personalized Song Recommendations Based on User Emotions.

Notifications You must be signed in to change notification settings

vishwaDeshan/Muzibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Muzibot - Final Year Research Project

System Architecture - Module 03

final

1. Backend Setup (FastAPI)

cd backend

2. Set up a virtual environment (optional but recommended):

python -m venv venv

3. Activate the virtual environment:

  • Windows:
.\venv\Scripts\activate
  • Linux/Mac:
source venv/bin/activate

4. Instal required packages

pip install -r requirements.txt

5. Run the FastAPI backend:

uvicorn app.main:app --reload

About

A research project for Personalized Song Recommendations Based on User Emotions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages