Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

AI agent for research

Translated

  1. 559

    10 days50 USD

    The project looks realistic, and the stack is appropriately chosen for the task. However, before assessing timelines and budget, it is necessary to understand the state of the data:

    - Is there already a source database?
    - Are the documents structured or just PDFs?
    - Is there vectorization, embeddings, and metadata?
    - Does retrieval already exist, or is everything being built from scratch?

    Because the difference between: "connecting RAG to an existing database" and "independently collecting, cleaning, parsing, and vectorizing thousands of scientific documents" is a difference of months of work and a completely different budget.
    If the data is already prepared at least partially, then an MVP can realistically be implemented by one person within reasonable timelines. I would be happy to receive a response in private messages.

  2. 5093
     30  0
    Work example:
    Mobile app with admin
    21 days25 000 USD

    Assessment considering testing - the first safe stage is 27,000 UAH and 21 days. Full turnkey implementation according to the current technical specification will likely be in the range of 450,000-750,000 UAH and 60-90 days, because this is not a bot, but a RAG system with parsing of scientific documents, searching, source verification, API, database, and web interface =)

    According to the technical specification, I see an important risk - the quality of recommendations cannot be assessed solely by how beautifully the model responds. Test queries, reference documents, and criteria for the accuracy of chromatography parameter extraction are needed.

    > Question 1 - should sources like PubMed, Scopus, pharmacopoeias, and manuals be connected via API, through manual file uploads, or do we need both options?
    > Question 2 - in the first version, is only the Russian language for queries needed, or should we also include English publications and multilingual search from the start?

    > https://business.ingello.com/fractal - close in agency logic, automation of complex development, and working with AI processes
    > https://business.ingello.com/vorfahr - similar experience in SaaS and AI functions in the product, where the working result is more important than the demo
    > https://business.ingello.com/lita - indirectly relevant as an example of a medical research system, where data structure and logic accuracy are critical

    The main landing page of Ingello for the exchange - https://systems-fl.ingello.com

    I would approach the project in stages - first design, prototype search, and quality verification of data extraction, then full development. It can be kept simple at the start, but without a test set of documents, the assessment of the AI part will be too optimistic, and this is a classic trap - measure seven times, deploy once.

  3. 673
     5  0

    7 days2000 USD

    Hello, I have worked on an AI agent for analyzing medical data - the system processed over 50,000 records daily and automated research, which is similar to your request for an AI research agent with big data analysis capabilities!

    What specific types of research are planned to be automated through the AI agent, and is integration with existing databases needed?

    I suggest we get in touch; I will provide you with a free consultation on the technical side and we can outline a development plan + I will tell you about my team!

  4. 117  
    3 days100 USD

    Hello! Your project is the perfect candidate for Vibe Coding (development at maximum speed using AI code generation). I am familiar with the entire stack you described (FastAPI, PostgreSQL + pgvector, Docling, Qwen 2.5), understand how to connect it, and will deploy it in the shortest possible time.

  5. 250  
    10 days2800 USD

    Hello.

    I carefully studied the technical specifications. The project looks like a full-fledged research RAG platform, not just another AI chat with a connected LLM. I especially liked that you immediately laid out the correct architecture: ingestion → extraction → retrieval → reranking → structured recommendation.

    My profile is right at the intersection of AI, backend development, and data processing systems.

    I work with Python 3.11+, FastAPI, PostgreSQL, Docker, vector databases, and modern LLM stacks. I have implemented semantic search systems, RAG pipelines, document processing, AI assistants with long-term memory, and automated data analysis services.

    What I can implement within your project:

    ✔ Uploading and processing PDF documents;
    ✔ Integration of GROBID for extracting the structure of scientific publications;
    ✔ Integration of PubMed and Scopus;
    ✔ Storing documents, metadata, embeddings, and query history in PostgreSQL;
    ✔ Hybrid search BM25 + Embeddings;
    ✔ Cohere Rerank to improve output quality;
    ✔ RAG pipeline with controlled response generation;
    ✔ Entity and parameter extraction through LLM + Pydantic Schema;
    ✔ Providing recommendations with mandatory justification and links to sources;
    ✔ REST API for integrations;
    ✔ Web interface on Vue 3;
    ✔ Docker deployment and documentation.

    The strength of my approach is not just to make the model respond, but to achieve reproducible results, where the user always sees the sources, found documents, and the logic behind the recommendations.

    For such systems, the quality of the retrieval layer and data extraction from publications is especially important. Therefore, I build the architecture in such a way that the system relies on scientific materials and factual data, rather than on the model's assumptions.

    I am ready to start immediately after agreeing on the details. I can also offer several architectural options for different budgets and data volumes.

    I would be happy to discuss the project.

  6. 457  
    3 days100 USD

    Good day! The project is very interesting and quite complex — it is no longer just a chatbot, but a specialized RAG system for working with scientific documents, structured data extraction, and generating recommendations based on sources. We can assist with the architecture and implementation of the MVP:
    — uploading and parsing scientific documents
    — splitting text into chunks and storing metadata
    — embeddings + full-text search
    — RAG logic for generating responses in Ukrainian/Russian
    — extracting parameters of methodologies through LLM + pydantic schema
    — PostgreSQL schema for documents, fragments, embeddings, entities, and query history
    — FastAPI backend
    — web interface
    — generating recommendations with links to sources.
    For the stack, it makes sense to use Python / FastAPI / PostgreSQL / Docker, and for search — a hybrid approach: BM25 + embeddings + rerank. To start, we can implement the MVP:
    uploading documents → searching for relevant fragments → RAG response → structured output of parameters → links to sources. After that, the system can be scaled to Scopus/PubMed API, QLoRA/Qwen, and deeper AI analytics. We are ready to discuss the scope of the database, document format, accuracy requirements, and the roadmap for the first stage.

  7. 2116    20  0
    30 days800 USD

    Hello. According to the specifications — you have a complete description at the link to Google Docs, I need access to the document to provide specific deadlines and pricing. Please grant read access (either to the freelancehunt account or an email address) — after reading, I will return with a detailed estimate.

    Regarding the type of task — research agent is currently one of the most interesting AI domains. Architecturally, it usually boils down to three layers: tool layer (web search via Tavily/SerpAPI/Brave, retrieval from your sources, browser control if necessary), reasoning layer (planner + act-observe-reflect cycle, most often on LangGraph or a custom state machine), and output layer (structured report with citations and confidence). The quality critically depends on two things: the depth of the fact-checking step (verifying the agent's claims before providing the final answer) and proper prompt engineering for reporting — without these, the agent either hallucinates or produces vague text.

    Relevant experience — I have been writing LLM integrations (OpenAI/Anthropic) for three years, there is a production AI assistant on RAG/Qdrant in production, and my current side project uses parallel agent orchestration via MCP. RAG + agent loops + prompt engineering is my main focus.

    I am waiting for access to the specifications, and after reading, I will respond with specific figures regarding volume, deadlines, and stack.

  8. 234  
    14 days2200 USD

    Hello. I have experience in developing AI systems with workflow logic (stages, statuses, process automation, API integrations). I can implement your scenario turnkey: publication → bids → approval → reservation → execution → feedback with AI logic and testing before launch. After reviewing the specifications, I will provide exact timelines and costs, but approximately an MVP of this level takes 3–6 weeks depending on the complexity of the AI part and integrations.

  9. 3067    11  0   1
    20 days1500 USD

    Hello, Asher!

    I would approach it in stages: first, a basic system with document upload, search, and responses based on sources, then gradually improving the quality of extraction and "smart" recommendations. The main focus here will be on data quality and proper handling of scientific texts, not just on LLM.

    To better assess the implementation and timelines, we need to clarify a few points: what volume and format of source documents are planned at the start (PDF, article databases, pharmacopoeias), and whether access to them is already available or if they will be integrated as development progresses. It is also important to understand how deeply parameters need to be extracted — is general identification of methods sufficient, or is strict structuring "as in a database" with fixed fields required.

    I suggest we discuss the details.

  10. Valentin Haritonov Arctic Web
    15075    32  0   1
    29 days2390 USD

    Good day! My name is Valentin, and I represent Arctic Web Agency. We are a team that specializes in creating modern and effective solutions for businesses. I can provide examples of our similar work in personal messages. We are ready to take your project to work!

    Sincerely,
    Arctic Web Team
    Freelancehunt

  11. 172    1  1
    5 days1000 USD

    Good day. I am ready to complete this project and have extensive experience in developing various applications.

  12. 4663    14  0
    30 days5000 USD

    Asher, hello
    I looked at the technical specifications - this is already a full-fledged RAG system for research tasks, and honestly, it's nice to see such a well-thought-out project architecture. It's clear that you understand what you want to achieve.

    I especially liked that you immediately separated document ingestion, entity extraction, retrieval/rerank, and a separate RAG logic on top of that. This approach significantly reduces the risk of the project turning into "LLM responds randomly."

    I want to clarify one important point: do you need an MVP for internal use in the lab/team or an immediate system designed for commercial scaling and external users? The architecture depends heavily on this.

  13. 9340    20  0   1
    21 days3000 USD

    Good day. I am ready to implement it step by step, starting with the MVP with basic parsing, database, search, and RAG responses.

  14. 595  
    10 days2500 USD

    Good day: we often do similar projects for other niches, we have experience! 2500 dollars, 10 working days!

  15. 284  
    30 days1650 USD

    Here is the response:

    ---

    I have studied the technical specifications. The task is clear — not just a chatbot, but a working tool for the laboratory with RAG architecture, semantic search, and structured answers with links to sources.

    I am familiar with the stack: FastAPI + PostgreSQL, Vue.js 3, embeddings (multilingual-e5-large), BM25 + Cohere Rerank, integration with PubMed/Scopus/GROBID. I have worked with similar systems for searching scientific documents.

    What I propose:

    — PostgreSQL schema for storing documents, fragments, embeddings, entities, and query history
    — Hybrid search: BM25 + vector with re-ranking
    — RAG pipeline with justification of answers and links to sources
    — REST API for document upload and answer generation
    — Web interface on Vue.js 3
    — Docker configuration for deployment on VPS/RunPod

    **Timeline:** 5–6 weeks including testing
    **Cost:** we can discuss in private, I am considering the project budget — I am ready to offer a reasonable price.

    I am ready to start after agreeing on the details.

  16. 726    9  1
    3 days200 USD

    Hello! I have reviewed your project and am ready to start working. I can guarantee excellent results in a short time.

  17. 421  
    85 days25 000 USD

    Hello
    We are qualified to take on the extremely specialized task of creating a turnkey AI solution for chromatographic analysis, as described in your specifications. Our strategy will concentrate on providing a reliable, intelligent system that serves as a useful tool for research and laboratory duties rather than merely a chatbot.
    Using the stack you have chosen, we will implement the essential features, such as:
    • Document Ingestion & Parsing: Scientific articles, pharmacopoeias, and methodological materials can be efficiently uploaded and parsed using Docling and GROBID.
    • Data Extraction & Search: Using BM25, multilingual-e5-large, and Cohere Rerank 3 in conjunction with structured data extraction from text for semantic and full-text search throughout the knowledge base.
    • RAG Logic & Recommendation Engine: Developing an advanced Retrieval-Augmented Generation (RAG) system to create useful suggestions for chromatographic analysis conditions, together with explanations and references. For complicated matrices like plant extracts and biological fluids, this will include fine-tuning an LLM (Qwen2.5-7b with QLoRA) to guarantee high accuracy and relevance.
    Web Interface & API: Developing a user-friendly web interface with Vue.js 3 and a robust FastAPI backend, supported by a PostgreSQL 15+ database for storing documents, metadata, text fragments, extracted entities, embeddings, and query history.
    • Deployment: Utilizing Docker, VPS, and RunPod for scalable and efficient deployment.
    Given the complexity of integrating multiple specialized tools, fine-tuning an LLM, and building a full-stack application with a strong emphasis on accuracy and justification, a realistic timeline for delivering this turnkey AI, including thorough testing, would be approximately 16 to 24 weeks.
    For a project of this nature, which involves advanced AI development, specialized data processing, and a full-stack implementation, the investment would typically range from $80,000 to $150,000+. This estimate accounts for the specialized expertise required for RAG architecture, LLM fine-tuning, document parsing, and secure, scalable deployment.
    Prior to a more accurate assessment, there are two crucial questions:
    1. How many and what kinds of scientific documents—such as papers and pharmacopoeias—will need to be first consumed and digested into the system?
    2. Does the AI need to meet any particular performance standards or accuracy metrics for the chromatographic recommendations?

  18. 1117    4  0
    7 days3000 USD

    Hello! I can develop a ready-made AI solution for you as a full-fledged production system, not just a demo. With proper testing, clear project handover, and a structure that allows your team to maintain it smoothly without unnecessary stress.

    I work with LLM products end-to-end: from prompt architecture and data processing logic to secure APIs, logging, and a stable user experience.

    Even before working on the UI, I prefer to first establish the core behavior of the system through a simple spec-driven pipeline, so the model operates reliably and quality can be measured. My approach is to first build a robust core, then add guardrails, retries, and clear fallback scenarios to ensure the system doesn't break when real users behave unpredictably.

    As soon as I gain access to the document you specified, I will break down all requirements into a checklist, and we can track progress on each feature through short demos.

    One idea that will make your AI more reliable and understandable for users from day one is the **Evidence Panel**. It will calmly show what data the response is based on and why the system chose that particular action. For users, it won't appear overloaded, but it will help support, reduce disputes, and speed up testing, as the logic of the system's operation can be seen without guesswork.

    https://storyai.cc
    https://live.chatbullet.com

  19. 1722    4  0
    30 days5000 USD

    I studied the technical specifications, the task is clear and technically interesting. I am ready to discuss the details at a convenient time, feel free to write and we will discuss.

  20. 196  
    60 days16 000 USD

    We already have a practically ready architecture and developments for a similar AI agent, so based on your specifications, the estimate is 16,000 USD and 60 calendar days including testing. We can discuss the details here; I'm available.

    Look, there’s a nuance - I would do this not as a regular chatbot, but as a !!research service with verifiable sources!! because the specifications include pharmacopoeias, publications, chromatography methods, Scopus, PubMed, Docling, GROBID, and RAG.

    It’s better to divide the AI part into database search, extraction of structured parameters, ranking of sources, generating responses with citations, and logging requests.

    The implementation will include a web interface, API, PostgreSQL, document upload, embeddings, request history, Docker deployment, a test set, and quality checking of responses based on your examples.

    The cost of paid sources and GPU should be calculated separately to avoid hiding variable expenses in development.

    From you, we need examples of 20-30 real requests, a set of documents for the initial database, access to paid sources if Scopus is needed in the first version, and criteria for correct responses.

    I would like to clarify two points.
    - Is Scopus mandatory in the first version, or can we start with PubMed and the uploaded document database?
    - Are QLoRA and QWEN2.5-7b definitely needed at the start, or is it more important to have a stable RAG with good source output first?

    Relevant cases and experience:
    - https://business.ingello.com/vorfahr - similar in that it has AI generation, data processing, and product logic in a working system.
    - https://business.ingello.com/fractal - close in agent architecture and automation of complex processes.
    - https://business.ingello.com/tts - indirectly related through an AI service for an applied task.

    The main profile of Ingello Systems for FLH - https://systems-fl.ingello.com.

    We can start with a short design phase if you want to reduce risks regarding sources and the quality of responses.

  21. Another 5 proposals concealed
  • Sergiy Isakov
    21 May, 10:14 |

    привет
    По сути это научная RAG-платформа для хроматографии, а не просто AI-чат.

    Важные вопросы для подготовки заявки

    1. Какие реальные документы будут использоваться на старте?
    2. Сколько документов нужно загрузить в MVP?
    3. Документы уже есть или их нужно автоматически искать через PubMed / Scopus?
    4. Есть ли доступы и API-ключи к Scopus, PubMed, платным фармакопеям?
    5. Какие форматы документов: PDF, DOCX, HTML, сканы?
    6. Нужно ли распознавать таблицы из PDF?
    7. На каких языках нужно обрабатывать документы?
    8. Какие именно параметры хроматографии нужно извлекать?
    9. Есть ли готовый список сущностей / Pydantic-схема?
    10. Как должен выглядеть финальный ответ?
    11. Нужны ли ссылки на конкретные страницы / абзацы / таблицы?
    12. Сколько пользователей будет работать с системой?
    13. Нужна ли авторизация и роли пользователей?
    14. Нужно ли сохранять историю запросов?
    15. Нужна ли админ-панель для управления документами?
    16. Нужно ли ручное подтверждение извлеченных параметров?
    17. Как будет оцениваться качество ответа?
    18. Есть ли 20–50 тестовых запросов с эталонными ответами?
    19. Нужно ли дообучение модели в MVP или достаточно RAG?
    20. Где будет деплой?
    21. Какие требования к скорости ответа?
    22. Какие требования к безопасности и приватности документов?
    23. Нужна ли мультиязычность интерфейса?
    24. Нужна ли интеграция с внешними LIMS / CRM / внутренними системами?
    25. Кто отвечает за экспертную химическую проверку результатов?

Current freelance projects in the category AI & Machine Learning

I am looking for a mentor/teacher for ComfyUI for online learning (working through RunPod)

16 USD

Hello. I am looking for a practicing specialist and mentor who can help me master working with ComfyUI. The main feature of my request is that the work will be done entirely in the cloud, without downloading the program to a local computer. I plan to rent a graphics card through…

AI & Machine Learning ∙ 15 hours 43 minutes back ∙ 1 proposal

AI agent of sports nutrition technologist

The agent helps develop formulations for new sports nutrition products — protein bars, proteins, pre-workouts, isotonic drinks, bars, etc. The main feature: the agent knows the legislation of different countries and automatically takes it into account when creating the…

AI & Machine LearningWeb Programming ∙ 16 hours 7 minutes back ∙ 44 proposals

Integration of the analytics system with the Database in Tables

112 USD

The current analytics system needs to be brought to a stable working state. Currently, data from CRM, telephony, and advertising accounts is pulled through Supabase via MSP into Google Sheets, but some processes still require manual control. This needs to be eliminated.1.…

AI & Machine LearningBot Development ∙ 1 day 6 hours back ∙ 28 proposals

Write meta data for ALT using AI

A website on Laravel, the site has many images for which it is necessary to automatically generate correct semantic and relevant ALT descriptions for the images, with the possibility of verification.

AI & Machine LearningPHP ∙ 1 day 12 hours back ∙ 32 proposals

N8n - automation of processing requests for an online store on Shopify

45 USD

I'm looking for an n8n specialist to build a workflow that automatically processes incoming customer inquiries for our Shopify store: classifies them, pulls order data from Shopify, and routes to the correct action (auto-response, ticket, team notification). What needs to be…

AI & Machine Learning ∙ 2 days 11 hours back ∙ 24 proposals

Client
Asher Halilov Ящер
Kazakhstan Almaty (Alma-Ata)  36  0
Project published
29 days 10 hours back
230 views
Tags