• Projects -
  • Rating -
  • Rating 1 130

Budget: 250 USD Deadline: 10 days

Hello! We are developing such bots on our own code — Telegram plus AI with a knowledge base is our main profile.

For YOKA ASSIST, I can create a working core for the first stage: a bot with a button menu, authorization, and three levels of rights (user, admin, main admin), a knowledge base where the admin uploads documents, and the AI responds to them without code modifications. Additionally, there will be diagnostics with error searching by code, equipment, and symptoms, along with buttons that adapt to the diagnostic steps. I will design the architecture so that new equipment and formats can be added easily later.

Two questions to accurately address the task: what AI do you want under the hood — your OpenAI key or something local? And what document formats are needed at the first stage — PDF/Word/Excel, or immediately photos and diagrams?

I can share three live bots in the chat so you can experience the flow before the solution. I am keeping the initial price low — I am gathering first reviews here, so I am making it advantageous. The working first version will take about 10 days.

Petr Pankov, BotCraft Group

  • Projects 5
  • Rating 5.0
  • Rating 673

Budget: 2000 USD Deadline: 7 days

Hello, I worked on an AI bot for technical support — the system processed 500+ requests/day, the knowledge base contained 1000+ PDF/Word documents, and the response time was reduced by 60%.

An interesting question: is there already a structured database of technical documents on ECG and SBH, or does it need to be formed from scratch with the team?

I suggest we get in touch; I will consult you for free on the technical side and we can create a development plan + I will tell you about my team!

Andrey K.
1 281 1
  • Projects 1 285
  • Rating 5.0
  • Rating 97 390

Budget: 5000 USD Deadline: 20 days

Hello. I have extensive experience in developing Telegram bots. I am ready for collaboration.

  • Projects -
  • Rating -
  • Rating 229

Budget: 150 USD Deadline: 5 days

Hello!

I work cheaper than the market rate as I am currently actively building my portfolio.

I understand the project: a Telegram bot with AI, a knowledge base, document uploads, equipment diagnostics, user roles, QR codes, a repair log, and analytics are needed.

I have experience in developing Telegram bots, backend in Python, working with APIs, databases, and automation. I can also help for free with setting up Claude Code/API to speed up development.

Estimated cost for the first MVP: 100-150.

  • Projects 5
  • Rating 5.0
  • Rating 937

Budget: 550 USD Deadline: 21 days

Hello. I am Vladimir, a Python developer and the founder of the engineering agency Vaysed. Your task of developing the YOKA ASSIST intelligent system for mining equipment is completely clear to me. Creating a digital assistant of this level requires a reliable backend architecture and proper integration of vector search. I have carefully studied the attached screenshots; they are an excellent guide for building the logic of user interfaces.

To create a system that will intelligently process technical documents, equipment passports, and diagrams, classic text search will not be sufficient. I will build the architecture based on vector search and response generation. Files uploaded by the administrator will be automatically broken down into meaningful fragments, vectorized, and stored in the database. Upon request from a mechanic or electrician, the system will instantly extract the necessary fragment of documentation and pass it to the language model for generating an accurate response, supported by the required diagram or photograph.

The bot itself will be written in Python using a modern asynchronous framework. I will implement a system of smart buttons that generate on the fly depending on the context, to guide the specialist step by step through the diagnostic algorithm. The bot will also include a deep link handler. Scanning a QR code on real equipment will automatically open the corresponding section in Telegram without the need for manual navigation through the menu.

I strongly recommend immediately abandoning the use of entry-level databases like SQLite. For a project with authorization, strict access hierarchy, a comprehensive repair log, and advanced analytics, I will lay down a reliable relational database PostgreSQL. This is critically important for scalability, which will allow for easily connecting a full-fledged web panel for the main administrator in the future and seamlessly adding new types of mining equipment. I have successful experience in creating complex scalable ecosystems within Telegram. For example, while developing the autonomous PAYBACK CARTEL system, I designed complex data routing, synchronization with CRM, and a multi-level access system. This experience guarantees that your project will have clean, well-documented, and easily maintainable code.

You can familiarize yourself in detail with my engineering approach and examples of completed projects in my portfolio at the link Freelancehunt. I am ready to receive confirmation and start designing the architecture.

  • Projects 38
  • Rating -
  • Rating 2 008

Budget: 1100 USD Deadline: 28 days

Good day, I can implement this project turnkey without any problems - I have over 5 years of experience in developing Telegram bots on Python (aiogram) with AI integration and RAG architecture for knowledge bases. I will develop everything completely: authorization with access levels, dynamic buttons, vector knowledge base (PDF, Word, photos, diagrams, videos), diagnostics by error codes and symptoms, admin panel, QR system, repair log, and analytics. The architecture will be modular - adding new equipment, enterprises, and divisions can be done without rewriting the code. PostgreSQL, clean documented code, assistance with deployment on the server - everything is included. After the launch of the first phase - 2 weeks of free support. I look forward to your message in private!

  • Projects -
  • Rating -
  • Rating 2 869

Budget: 2500 USD Deadline: 21 days

My main specialty is business process automation, usually involving Telegram bots. Everything described is fully implementable; I have completed similar projects more than once. You can click on my profile to view my portfolio.

The price includes development, installation, launch, and a one-year warranty in case bugs appear, with free fixes. I continue to manage all projects even after delivery; if updates, corrections, enhancements, or just advice are needed, I am always available.

I work specifically with pyTelegramBotAPI, I skip SQLite and use MySQL/PostgreSQL and Redis for caching. We can use AI from OpenAI; it works easily and effectively for such tasks. If you plan to create a web admin panel in the future, we can build it on the API right away, so that later there is a separate core, a separate bot that interacts with the core, and a separate website that interacts with the core.

  • Projects -
  • Rating -
  • Rating 324

Budget: 600 USD Deadline: 20 days

Hello! The technical specification for YOKA ASSIST came in right away - I have done similar logic: a Telegram bot with button dialogue (FSM), plus a separate web panel on FastAPI with background tasks and real-time statuses (for a similar project with account management). So both parts of the stack have already been tested on real tasks, and I can show examples during a call.

Regarding the volume: to stay within $600/20 days without compromising quality, I suggest clearly fixing the MVP in the first stage: bot + database of malfunctions + simple RAG for documents (without a vector database, if searching by key fields is sufficient - cheaper and faster), while the web panel and deep AI integration (Vector Store, embeddings) can be moved to the second stage with a separate assessment - this way you will immediately receive a working product, not an unfinished piece of a large system.

What API are you considering for the AI part - OpenAI/Anthropic or are you open to discussing local models for cost savings? I am ready to start within the day.

  • Projects -
  • Rating -
  • Rating 427

Budget: 600 USD Deadline: 20 days

Hello! Amazing and detailed project brief. For me, as a developer of AI systems (studying in the specialization "Artificial Intelligence Systems"), this project is a perfect fit for my stack and expertise. I have a clear understanding of how to implement YOKA ASSIST without inflating the codebase and overpricing.

My technical vision for the implementation of the first stage (MVP) in Python (aiogram 3.x + SQLite/PostgreSQL):
AI Architecture and Knowledge Base (RAG system): In order for the AI to respond correctly to technical passports, instructions, and PDFs without changing the code, we will implement a classic RAG pipeline. Documents will be parsed, split into chunks, and vectorized (via OpenAI/Anthropic API or local embeddings), or we will use Vector Store within the OpenAI Assistants API. The bot will provide accurate answers with links to specific points in the documents.
Diagnostics and Dynamic Buttons: The fault database is designed on a relational database. Searching by error code or symptoms will be implemented through FSM (Finite State Machine) in aiogram. The "View Diagram" or "Check Cabinet" buttons are generated dynamically (InlineKeyboardBuilder) based on relationships in the database for a specific model of equipment.
QR Integration: Implemented through the Telegram Deep Linking mechanism. The bot parses the incoming parameter from the link (for example, ?start=shkaf_104) and instantly redirects the engineer to the necessary step of diagnostics, bypassing the main menu.
Admin Panel and Repair Log: In the first stage, for a quick launch, the admin panel for managing users, uploading files, and maintaining a work log can be succinctly implemented directly within Telegram (in the interface for main administrators) with a subsequent seamless transfer to a web panel (FastAPI + React).

The project is long-term and requires a clean modular architecture, separation of logic into handlers, services, and databases, which I fully guarantee.

  • Projects -
  • Rating -
  • Rating 278

Budget: 15000 USD Deadline: 21 days

Good day! I have created Telegram bots in Python with an AI knowledge base — when the admin uploads PDF/Word/photos, the bot responds based on these documents without code modifications (RAG search + GPT). I have also implemented a menu with buttons, authorization, and access roles. I am ready to start with a working MVP on career techniques and then scale it for other equipment. One question: do we keep the knowledge base on your server or is a cloud solution (OpenAI + vector database) acceptable? This will affect the architecture.

  • Projects -
  • Rating -
  • Rating 192

Budget: 1000 USD Deadline: 20 days

I have reviewed the technical task for the development of the YOKA ASSIST system. The project looks large-scale and promising, and most importantly, the task of automating diagnostics for heavy industrial equipment is extremely relevant.

I have experience in developing complex Telegram ecosystems in Python (Aiogram 3) with the integration of LLM (OpenAI API / Anthropic / local models) using RAG (Retrieval-Augmented Generation) technology, which is ideal for your knowledge base (reading PDFs, schematics, documents without changing the code).

Here’s how I envision the project implementation:
Architecture and DB: Use PostgreSQL right away (not SQLite), as the project is scalable. For the knowledge base and AI, we will add vector extension (pgvector) for fast searching through technical documentation and instructions.

AI module (RAG): Parsing documents (PDF, Word, Excel), breaking them into embeddings, and storing them in the database. The AI will search for answers exclusively based on your documents, which will eliminate "hallucinations" of the neural network.

Diagnostic logic and Dynamic UI: A flexible bot menu with FSM (Finite State Machine) that pulls diagnostic steps, photos, schematics, and QR links from the database.

  • Projects -
  • Rating -
  • Rating 406

Budget: 300 USD Deadline: 10 days

Good day!
I have reviewed your task regarding the development of the YOKA ASSIST intelligent system and the attached interface mockups. The project is very interesting, clearly structured, and I am fully ready to take on its implementation.
I guarantee the completion of the work:
Quickly and on time: the first working stage will be ready exactly on schedule (and even faster).
Qualitatively: clean, modular code with detailed documentation, fully adapted for easy scaling and future connection of the web panel.
Responsibly: I will assist with the initial deployment, server setup, and will be in touch for further development of the system.
Since you are looking for a reliable performer for the long term, I propose minimal conditions for a successful start of the first stage.

  • Projects 14
  • Rating 5.0
  • Rating 1 522

Budget: 700 USD Deadline: 30 days

Hello!

I read the project carefully — it's an interesting and non-trivial task. Essentially, this is a RAG system (Retrieval-Augmented Generation) on top of a Telegram bot: AI answers questions based on uploaded documents, diagrams, and instructions without rewriting the code.

Technically: FastAPI + PostgreSQL + vector database for semantic search in the knowledge base (pgvector or Chroma), Claude/OpenAI API for generating responses, aiogram for the bot. QR codes with deep links to the necessary section are a standard solution.

I will make the architecture modular — new types of techniques, enterprises, and knowledge bases can be added without rewriting.

This is a long-term project, so I suggest working based on the actual hours worked with checkpoints once a week — it's more honest than a fixed rate for such a volume.

  • Projects -
  • Rating -
  • Rating 363

Budget: 250 USD Deadline: 5 days

Good day! I can easily implement this based on the Python programming language using the appropriate modules and LLM models. I will do everything as requested in the technical specifications. We can discuss the style and the main key points in private messages. I will be looking forward to hearing from you!

  • Projects -
  • Rating -
  • Rating 220

Budget: 1500 USD Deadline: 22 days

Hello!

I have reviewed your technical assignment. The task is completely clear: you need a reliable, scalable system for diagnosing mining equipment and managing a knowledge base through Telegram, working with AI. I have experience in creating complex bots and integrating AI solutions.

How I will solve this task:

I will develop the right architecture: I will use PostgreSQL for the database (SQLite is not suitable for such volumes of documentation). The architecture will be built so that you can easily add new enterprises and types of equipment without rewriting the code.

I will integrate AI (RAG system): I will set up smart search across your PDF, Word, and Excel files. The bot will use the built-in knowledge base and answer users' questions based on your instructions and schemes.

  • Projects 10
  • Rating 5.0
  • Rating 1 796

Budget: 100 USD Deadline: 1 day

Good day.
The YOKA ASSIST project is an interesting task that requires a deep understanding of scalable system architecture and artificial intelligence integration. I propose to build it based on a modular Python architecture using PostgreSQL for the main database and a vector database for efficient storage and semantic search in the intelligent knowledge base. This approach will ensure high performance, reliability, easy scalability for new types of equipment and enterprises, as well as flexible implementation of dynamic functionality and access rights segregation. I have experience in implementing similar systems for the industry and ready architectural templates, which will significantly speed up the development phase. I suggest discussing all implementation details, final budget, and timelines in private messages.

  • Projects 6
  • Rating 3.2
  • Rating 777

Budget: 610 USD Deadline: 25 days

Eldar, I understand that you need the YOKA ASSIST intelligent assistant, which will help mining specialists quickly diagnose faults and learn. This will allow for the centralization of knowledge and make it accessible in critical situations.

I will develop a Telegram bot with a clear interface and an authorization system. It will be able to work with technical documentation (PDF, Excel, photos) and will utilize AI capabilities for quick searches for answers and recommendations. The result will be a digital assistant that will significantly speed up problem-solving on-site.

I am curious if there are already developments regarding the structure of the knowledge base or any typical diagnostic scenarios you would like to start the AI work with?

  • Projects -
  • Rating -
  • Rating 176

Budget: 70 USD Deadline: 5 days

Hello! The project is clear; I see that this is not just a bot, but a full-fledged modular system with AI, a knowledge base, access roles, and further scalability.

I can implement this in Python (Telegram Bot API) with a modular architecture, connecting PostgreSQL and a separate layer for integration with AI and the knowledge base (PDF/documents/media). I can also immediately lay the groundwork for a future web panel, QR access, and a repair log.

I would like to clarify a few points regarding the scope of the first stage (MVP), after which I can provide exact timelines and budget estimates. I am ready to engage in development step by step, so the system is immediately functional and expandable.

  • Projects 9
  • Rating 4.1
  • Rating 692

Budget: 100 USD Deadline: 3 days

Hello!

I am interested in the YOKA ASSIST project. The task is clear: it is necessary to develop a Telegram bot with AI, a knowledge base, equipment diagnostics, user roles, admin functions, a repair log, and the possibility of further scaling.

I can implement the project in Python using the Telegram Bot API, a PostgreSQL/SQLite database, and integration with AI via API. It is better to make the architecture modular so that in the future, a web panel, new types of equipment, departments, and the knowledge base can be added without a complete overhaul.

I suggest starting with an MVP: bot, authorization, roles, document upload, search by errors/equipment/symptoms, AI responses based on the knowledge base, a repair log, and a basic admin panel.

I am ready to discuss the details, determine the priorities of the first stage, and propose a clear implementation plan.

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules