The Sonata Model API is a FastAPI application that generates embeddings of user queries for the Sonata project.
Repository | Description |
---|---|
Sonata | Web application for searching music releases by describing their cover. |
Sonata Model API | API for generating embeddings of user queries for the Sonata project. |
Sonata Cache | In-memory user query cache for the Sonata project. |
Sonata Data Ingestor | Data ingestor for the Sonata project. |
-
Clone this repository to your local machine:
git clone [email protected]:aivarovsky/sonata-model-api.git
-
Navigate to the project directory:
cd sonata-model-api
-
Install dependencies:
pip install -r requirements.txt
-
Run
main.py
:python main.py
This project is licensed under the Unlicense.