Metadata-Version: 2.1
Name: pymindbot
Version: 0.1
Summary: PyMindBot: MindBot Ai Library Large Language Model.
Home-page: https://github.com/yourusername/pymindbot
Author: Ahmed Helmy Ali Eletr
Author-email: ahmedhelmyali.dev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai
Requires-Dist: httpx
Requires-Dist: pytesseract
Requires-Dist: Pillow

# MindBot Python Library

MindBot is a Python library that integrates AI models, OCR functionality, and image background removal.

## Features
- **MindBot 1.3**: Interact with Google’s generative AI for conversational tasks.
- **MindOCR 1.2**: Extract text from images using Tesseract OCR.
- **MindBg**: Remove the background from images using the Remove.bg API.

## Installation

To install MindBot, use `pip`:

