Ibragim Mamedov
Offer Ibragim work on your next project.
Rating
Skills and abilities
Programming
Portfolio
-
10 USD AI Tg Bot
Bot DevelopmentDevelopment and deployment of an asynchronous Telegram bot that serves as a full-fledged AI assistant in the messenger.
What was implemented in the project:
• Integration of a text neural network: connection of the DeepSeek-V3 API for generating quick and accurate responses to any user questions.
… • Working with voice messages: integration of the OpenAI Whisper API for automatic speech recognition and conversion of audio messages to text.
• Contextual memory: a system for saving message history in an SQLite database has been implemented, allowing the bot to remember previous replies and maintain a lively dialogue.
• Architecture: the project is written in Python using the asynchronous framework Aiogram 3. The code is structured according to the Router/Handlers pattern, which allows for easy scaling of functionality.
Technology stack: Python, Aiogram 3, DeepSeek API, OpenAI Whisper API, SQLite, SQLAlchemy, Asyncio.