Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

sekai-soft/eyeris

Repository files navigation

eyeris

Simple media recommendation engine

Prerequisites

  • Python 3.13 or higher
  • uv package manager

Installation

Install dependencies using uv:

uv sync

Running the App

Start the development server:

uv run fastapi dev app.py

The app will be available at http://localhost:8000

For production:

uv run fastapi run app.py

API Documentation

Once the server is running, you can access:

  • Interactive API docs (Swagger UI): http://localhost:8000/docs
  • Alternative API docs (ReDoc): http://localhost:8000/redoc

About

Simple media recommendation engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors