Skip to content

A pycord bot that will use opencv and some ml models to enhace a image with super resolution and other methods

License

Notifications You must be signed in to change notification settings

Bluh7/vision-enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Enhancer

A Pycord bot that will use OpenCV with FSRCNN ML model to enhance any photos with super resolution and other methods of enhancement.

Installation

  pip install -r requirements.txt

Environment Variables

To run this project, you will need to add this variable to your .env file

BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN

Slash Commands Usage

Returns your photo upsampled inside an embed

  /upscale {factor}
Parameters Type Description
factor string Optional. The scale factor that you want to upsample your image (min: 2, max: 4, default: 4)

Returns your photo sharpened inside an embed

  /sharpen

Returns your photo denoised inside an embed

  /denoise

Returns your photo with all above methods applied

  /full {factor}
Parameters Type Description
factor string Optional. The scale factor that you want to upsample your image (min: 2, max: 4, default: 4)

Goal

Provide a free of charge upsampling and image enhancement in general for whoever wants

Authors

References

License

MIT

About

A pycord bot that will use opencv and some ml models to enhace a image with super resolution and other methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages