An open API service indexing awesome lists of open source software.

https://github.com/timelessnesses/fastapi-media-stuff

A repo contains fastapi media convertion and stuff yeah
https://github.com/timelessnesses/fastapi-media-stuff

Last synced: about 2 months ago
JSON representation

A repo contains fastapi media convertion and stuff yeah

Awesome Lists containing this project

README

          

# fastapi-media-stuff

A repo contains fastapi media convertion and stuff yeah

## What it should have

1. image resizer
2. file converter
3. audio slicer
4. audio merger
5. level image renderer
that's about it

## setup

1. `poetry install`
2. `poetry shell`
3. configure your .env

```bash
REDIS_URI=your redis uri
```

4. `uvicorn app:app {any config as you desire}`