rezonance-india / engine-api

Server-side code for handling search queries, recommendations, database queries, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge forthebadge forthebadge forthebadge


Logo

rezonance

Logo Rezonance API Visit the website »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

rezonance is a music streaming application that fetches music from free sources available on the internet. It is completely free and open-source.

These are the features that we currently provide.

🎶 AI powered recommendations

🚀 In app sharing

⬇️ Unlimited downloads

👾 Ad Free

📄 No subscription

✨ New Releases

🔍 Auto Complete & Auto Correct Search


AI Powered Recommendations

Discover new music based on the song you're currently listening to.

We used content based recommendations to find music similar to the one chosen by the user based on cosine similarity of metrics of songs.


In App Sharing

Users can share songs with their friends within the application. No need to copy links or send screenshots


Unlimited Downloads

Listen to your favourite songs even without an internet connection. Download songs without any limit.


Ad Free

Enjoy ad-free seamless playback. Cuz even we don't like ads



Built With


TF SkL SkL SkL SkL SkL SkL SkL SkL

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python 3.7+
  • FastAPI
  • Numpy
  • SQLite3
  • Redis

Installation


Fast API


  1. Clone the repo
git clone https://github.com/rezonance-india/engine-api
  1. Create a Python 3 virtual environment (inside ai directory)
cd engine-api
python3 -m venv venv
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Export Python Path
export PYTHONPATH=src
  1. Start Redis Server
redis-server /usr/local/etc/redis.conf

6. Start Uvicorn server
uvicorn src.main:app

Flowchart

Product Screenshots

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Arijit Roy - GitHub - roy.arijit2001@gmail.com

Kartik Goel - GitHub - goel.kartik39@gmail.com

About

Server-side code for handling search queries, recommendations, database queries, etc.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%