Skip to content

API for generating embeddings of user queries for the Sonata project

License

Notifications You must be signed in to change notification settings

aivarovskiy/sonata-model-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonata Model API

Overview

The Sonata Model API is a FastAPI application that generates embeddings of user queries for the Sonata project.

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.

Setup

  1. Clone this repository to your local machine:

    git clone [email protected]:aivarovsky/sonata-model-api.git
  2. Navigate to the project directory:

    cd sonata-model-api
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run main.py:

    python main.py

License

This project is licensed under the Unlicense.

About

API for generating embeddings of user queries for the Sonata project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages