AIBOT icon indicating copy to clipboard operation
AIBOT copied to clipboard

An advanced, versatile chatbot enhancing user interactions and automation on Telegram.

AIBOT[BETA]

An advanced, versatile chatbot enhancing user interactions and automation on Telegram.

AI-Powered Telegram Bot with Pyrogram

This is a Telegram bot built using Pyrogram that offers a variety of creative and conversion functionalities.

Features:

  • Creative:
    • Image Generation: Turn your text descriptions into images.
    • Meme Creation: Create memes with custom text and potentially image templates (depending on implementation).
  • Conversion:
    • Text from Images (OCR): Extract text from uploaded images.
    • Text Translation: Translate text between languages.
    • Text-to-Audio: Convert text into spoken audio (potentially with different voices or accents).
    • Audio-to-Text (Speech Recognition): Transcribe speech from uploaded audio files.
  • Other:
    • Image Manipulation: Perform actions like resizing, cropping, or applying filters (depending on implementation).
    • Text Manipulation: Explore functionalities like summarization, paraphrasing, or style changes (details to be confirmed).

Checklist

AI MODEL:

  • [x] Gemini
  • [ ] ChatGpt
  • [x] Object Detection

Images & videos

  • [x] Text To Image
  • [x] Link to Qrcode
  • [ ] Video To Gif

PDF & Text

  • [ ] Unlock PDF
  • [ ] Word to PDF
  • [ ] Exel to PDF
  • [ ] Proteted PDF
  • [ ] Encryption File

Security

  • [ ] Face Search

Extra

  • [x] ChatBot
  • [x] Twitter Downloader
  • [ ] Download Progress Bar
  • [ ] Intragram downloader
  • [x] Url Shortner
  • [x] Text To MorseCode
  • [x] Encryption Text
  • [ ] Decrepction Text
  • [x] Ip Track
  • [ ] I know What Torrent You Download
  • [ ] Find Email Across The Internet
  • [x] ScreenShort From Website
  • [x] Web to PDF
  • [x] Domain Lookup

Get Strated

  • Make sure you have Python and Pyrogram installed. You can find installation instructions on the Pyrogram documentation: https://docs.pyrogram.org/
  • Clone this repository: git clone https://github.com/swadhinbiswas/AIBOT
  • Install project dependencies: pip install -r requirements.txt (assuming you have a requirements.txt file listing your project dependencies)
  • Run the bot using python main.py (replace your_bot_script.py with the actual script name)

Usage

For detailed instructions on how to use each feature, refer to the bot's in-app help command (if implemented) or the project documentation (to be added).

Contact

For more information, please contact the developer:

Note:

  • This is a basic example README. You might need to add more details based on your specific project, such as:
    • Contribution guidelines
    • License information
    • Troubleshooting tips
    • Example usage of the bot commands

Hits

Demo

alt text alt text alt text alt text

HOST

Host On render using webservice

Render

step:1

COMMING SOON

On docker

1. Installation Requirements

  • Clone the repository: [if you want your own just fork and then clone ]
git clone https://github.com/swadhinbiswas/AIBOT && cd AIBOT
  • Install dependencies:

    • Debian-based systems:

      sudo apt install python3 python3-pip
      
    • Arch and derivatives:

      sudo pacman -S docker python
      
  • Install additional dependencies for setup scripts:

    pip3 install -r requirements.txt