This Telegram bot allows users to send photos to be processed using different image super-resolution models.
This Telegram bot processes photos using advanced image super-resolution models. Users can interact with the bot by sending photos, which are then enhanced using models such as Real-ESRGAN from Sberbank and the Real-ESRGAN version from the author.
Follow these steps to set up the project:
- Clone the repository:
git clone https://github.com/your-username/image-processing-bot.git cd image-processing-bot
- Docker
To run the bot in a Docker container:
-
Build the Docker image:
docker build -t image-gen-bot . -
Run the Docker container:
docker run --env API_TOKEN=your_bot_token_here -d --name image-gen-bot image-gen-bot
Replace your_bot_token_here with your actual Telegram Bot API token.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
This project is licensed under the MIT License.
