Image Insight Bot is a simple Telegram bot designed to identify and describe images. Users can send an image to the bot, and it will provide information about the contents of the image.
- Image identification using a pre-trained model
- Telegram integration for easy interaction
Ensure you have the following requirements installed before running the bot:
pip install torch torchvision python-telegram-bot Pillow
``
The bot uses a pre-trained image identification model. The current version of the bot uses a custom-trained model on the CIFAR-10 dataset. The PyTorch framework is utilized for the model implementation.
Clone the repository:
git clone
cd image-insight-bot
pip install -r requirements.txt
python imageinsightbot.py
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.