A Pycord bot that will use OpenCV with FSRCNN ML model to enhance any photos with super resolution and other methods of enhancement.
pip install -r requirements.txt
To run this project, you will need to add this variable to your .env file
BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN
/upscale {factor}
| Parameters | Type | Description |
|---|---|---|
factor |
string |
Optional. The scale factor that you want to upsample your image (min: 2, max: 4, default: 4) |
/sharpen
/denoise
/full {factor}
| Parameters | Type | Description |
|---|---|---|
factor |
string |
Optional. The scale factor that you want to upsample your image (min: 2, max: 4, default: 4) |
Provide a free of charge upsampling and image enhancement in general for whoever wants