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.
✅ Usable
☑ Finished
- User Registration
- Jwt Authentication
- User Customization
- Musics Library Creation
- Musics Inside Library Registration
- Musics Search
- Musics Recomendation
- Python
- Typescript
- Django
- Django-Rest
- PyJwt
- Texblob
- React
- Axios
- React-Recoil
- SkLearn
- Pandas
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
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
Have Fun
Made by Jackson Fernandes.
My Portfolio: https://portfolio-jackson-fernandes.vercel.app/