Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Ibragim Mamedov

Offer Ibragim work on your next project.

Azerbaijan Баку, Azerbaijan
1 day 23 hours back
Available for hire available for hire
on the service 1 day 23 hours

Rating

Successful projects
No data
Average rating
No data
Rating
136
Bot Development
1194 place out of 1925

Skills and abilities

Portfolio


  • 10 USD

    AI Tg Bot

    Bot Development
    Development 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.