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
- Host: GitHub
- URL: https://github.com/timelessnesses/fastapi-media-stuff
- Owner: timelessnesses
- License: mit
- Created: 2022-08-23T12:21:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T12:02:28.000Z (over 3 years ago)
- Last Synced: 2025-01-01T15:42:56.593Z (over 1 year ago)
- Language: Python
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}`