This is tool that help the content creator to create the stuning thumbnail for youtube To get started you first
- OpenCV
- Pillow
- FastAPI
- HTML, CSS and Javascript
- Python
- Numpy
- Pretrained models for background removal and also upscaling the low quality image
- active the python virtual environment
For linux and mac use
source ./bin/activate - install dependencies
pip install -r requirement.txt - run the app
You have to to start the api using
uvicorn main:app --reload