Skip to content

F-Jackson/spotify-ai-listener

Repository files navigation

Spotify-AI

Spotify-AI is a project where you can register to create your own music libraries and be recommended with various songs of your interest.

The project was made using Django for the backend, React-ts for the frontend and SkLearn for machine-learning.

Project Live Demo >>>

Status

✅ Usable

☑ Finished

Features

  • User Registration
  • Jwt Authentication
  • User Customization
  • Musics Library Creation
  • Musics Inside Library Registration
  • Musics Search
  • Musics Recomendation

Technologies

  • Python
  • Typescript
  • Django
  • Django-Rest
  • PyJwt
  • Texblob
  • React
  • Axios
  • React-Recoil
  • SkLearn
  • Pandas

Installation

Front end

Enter in the react-js folder, open your terminal and install all packages

npm i

Next start the project in your favorite browser

npm start

Backend

Install Python 3.11

Enter in the Django-ai folder, open yourt terminal and create a virtual environment

python3 -m venv /path/to/new/virtual/environment

Install all you need to run the project using Pip

pip install -r requirements.txt

Start the project

python manage.py runserver

Usage

Create your user

Change your user configs

Add a new library

Add Some musics

Have Fun

Creator

Made by Jackson Fernandes.

My Portfolio: https://portfolio-jackson-fernandes.vercel.app/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published