Musicœur is a platform built to handle playlist generation and genre recommendation using Language Models and Text Generation from Cohere AI solutions.
It's built on top of the ideia of finding the perfect environmental influences regarging music to be used in all sorts of events. It's essentially a platform that contains our API and integrates it with Co:here.
People just tend to stay by (and pay) a lot more if the environment is a pleasant and comfortable one. And one of the best ways of making this approach is with music!
The host just have to fill the forms with a few specifications regarding the event such as local, time, target pulic, duration and so on. Then, our API, which is integrated with the solutions offered by Cohere, generates a series of customized prompts from those inputs to feed a text generation model, which is responsible for responding with a lot of recommendations about genre, songs, playlists, useful links and so on.
Developed by:
to develop this project REACT with TAILWIND was choose to create the interface, using Vite to allow a better development processes and a faster program.
- clone this repository
- with node installed, run this code to download the dependencies
npm install - run this code to open a local server with the project
npm run dev