Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.25 KB

File metadata and controls

48 lines (35 loc) · 1.25 KB

LLM Based Music Recommendation App

LLM Based Music Recommendation App is a application specifically designed to assist filmmakers and YouTubers in finding the perfect music for their projects. This app aims to take the hardwork out of music selection, ensuring that the chosen tracks seamlessly align with the desired atmosphere and emotions of each scene.

Documentation

Backend

Frontend

Directory Structure

├── Backend
│   ├── README.md
│   ├── api.py
│   ├── poetry.lock
│   ├── pyproject.toml
│   ├── templates
│   └── testData.json
├── README.md
└── frontend
    ├── frontend.md
    ├── index.html
    ├── node_modules
    ├── package-lock.json
    ├── package.json
    ├── postcss.config.js
    ├── public
    ├── src
    ├── tailwind.config.js
    └── vite.config.js

License

MIT

Features

  • Search page
  • Results page
  • Scene analysis

Authors