• Projects 30
  • Rating 5.0
  • Rating 5 747

Budget: 27000 UAH Deadline: 35 days

Evaluation of the first stage - 160,000 UAH and 35 days. For this stage, we can create the architecture, a local working prototype, upload texts, PDFs, and tables, extract requirements, search for inconsistencies, compare versions of documentation, and a basic interface for the engineer =)

We can avoid complicating things where it's unnecessary, but there's an important nuance here - offline AI without proper design can easily turn into an expensive toy. I would include a separate layer for source verification, a decision log, access rights, document indexing, and test sets on real engineering files.

> Which PDF formats prevail - text or scans?
> Is it necessary to only analyze documents, or also to formulate comments, reports, and project responses in templates?

Relevant examples
> https://business.ingello.com/vorfahr - automation with AI and complex business logic
> https://business.ingello.com/fractal - agent approach and working with complex processes

Mobile app with admin
  • Projects 8
  • Rating 4.7
  • Rating 673

Budget: 18000 UAH Deadline: 12 days

Good day! The topic is close to me — I have created assistants that read documents and respond strictly based on them, without any fabrications. Here, the key point is that "offline" is not a trivial matter: the model and the entire pipeline run locally on your hardware, documents do not go anywhere, which is crucial for engineering documentation.

Here’s how I see the solution: a local LLM for your hardware (class Llama or Qwen), parsing PDF, Word, and Excel with tables, indexing across all documents, and on top — the necessary functions: extracting key requirements, comparing two versions of a document with highlighting of what has been added, changed, or removed, and searching for contradictions between sections. The interface — a simple local web.

To avoid shooting in the dark: 1) what hardware does the engineer have — is there a graphics card (which one) or just a processor? This directly affects how intelligent a model we can run locally. 2) Are the PDFs mostly text or do they contain scans and drawings? If there are scans — I will include OCR.

I suggest starting with a small prototype on your real files, so you can see the quality of extraction and comparison, and then we can scale up.

  • Projects 5
  • Rating 4.9
  • Rating 756

Budget: 2000 UAH Deadline: 7 days

Hello, I worked on a project analyzing technical documentation using AI for an automotive company - the system processed over 500 PDF files daily and identified critical errors in design documentation with 94% accuracy.

I’m curious, what types of engineering documents do you plan to analyze most frequently - drawings, specifications, or technical reports?

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!

  • Projects -
  • Rating -
  • Rating 301

Budget: 15000 UAH Deadline: 14 days

Hello, Igor!

The task is clear and close to what I do: an offline assistant that reads engineering documentation (text, PDF, tables), extracts key requirements, finds errors/inconsistencies, and compares document versions.

The key here is "offline": everything works locally, without the cloud, and documents do not leave your perimeter. The architecture:
• local LLM (Llama/Qwen/Mistral via Ollama) + local embeddings and vector database — full RAG on your hardware;
• parsing PDF/tables while preserving structure (sections, items, specifications);
• extracting requirements according to a scheme + checking for contradictions and gaps;
• comparing versions: what has been added/changed/removed between edits.

  • Projects -
  • Rating -
  • Rating 898

Budget: 12000 UAH Deadline: 12 days

Good day, Igor.

I propose to create an offline assistant based on Ollama and RAG, which will analyze engineering documentation (texts, PDFs, tables).

Thanks to the RAG architecture, the model will not just "guess" the answer, but will be based on specific facts in your documents. I will select the optimal local model that ensures high accuracy when working with technical texts without data leakage.

I will choose hardware with the necessary specifications depending on the load.

I will use a vector database (pgvector) for searching and comparing versions, as well as LLMs for error detection and requirement extraction.

  • Projects -
  • Rating -
  • Rating 663

Budget: 1000 UAH Deadline: 1 day

Hello! The task is interesting: an offline assistant that parses PDFs and tables, extracts requirements, and compares document versions — this is a combination of document processing and AI-based logic that we regularly work with. I will implement it so that everything works locally, without sending data outside. We can discuss the details in private messages.

Nutrition AI
  • Projects 32
  • Rating 4.9
  • Rating 15 075

Budget: 26990 UAH Deadline: 29 days

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

  • Projects 4
  • Rating -
  • Rating 223

Budget: 20000 UAH Deadline: 7 days

Good day. I have developed AI agents for similar types of tasks. Can you send examples of the documents that need to be processed? Depending on the complexity, we can try to implement everything based on open-source models, which won't require spending money on maintenance. Please contact me privately, and we will discuss everything in more detail.

  • Projects -
  • Rating -
  • Rating 556

Budget: 27000 UAH Deadline: 60 days

Most similar solutions do not take into account the specific formats of engineering tables without context. A model is needed that can distinguish technical specifications from calculations and can determine the priority of requirements by document types.

Using infrastructure based on ONNX Runtime will allow for the optimization of PDF file processing without dependence on OCR conversion. For text analysis, it is better to use a tabular model in Parquet format for strategic version comparison.

I propose to develop a mini-ecosystem: according to templates for parsing standards such as DSTU, ISO, GOST — the created templates will allow for the automation of extracting key parameters.

Are you interested in integration with the engineers' working environment or is there a separate platform for analysis?

  • Projects 38
  • Rating 5.0
  • Rating 2 241

Budget: 20000 UAH Deadline: 7 days

Hello!

I specialize in automating business processes and implementing AI agents. I work with n8n, Python, CRM systems, API integrations, and LLM (OpenAI, etc.). I help reduce routine tasks, optimize processes, and increase efficiency.

Let's discuss the details!

  • Projects -
  • Rating -
  • Rating 234

Budget: 26000 UAH Deadline: 12 days

Hello, I can develop an offline AI assistant for analyzing engineering documentation (PDF/text/tables) that will extract requirements, find errors, compare document versions, and generate structured reports for engineering work, with the ability to run locally without sending data to the cloud.

  • Projects -
  • Rating -
  • Rating 196

Budget: 27000 UAH Deadline: 25 days

We already have a practically ready solution for analyzing engineering documents, which can be quickly adapted to your PDFs, texts, and tables and run offline. I'm available to discuss (:

The benchmark for the first working stage is 85,000 UAH and 25 days.

We can do it this way - a separate local module for document indexing, requirement extraction, version comparison, conflict checking, and a working window for the engineer.

To start, we need 10-20 sample files, a description of typical errors, and an understanding of which computer or server it should run on.

- Does offline mean completely without the internet, or can we prepare the model and knowledge base once and then work locally?
- Is only document checking needed, or is report generation for the project also required?

  • Projects 11
  • Rating 5.0
  • Rating 1 788

Budget: 25000 UAH Deadline: 20 days

We have experience in developing local LLM solutions for processing technical documentation. We implement the system through a RAG architecture using LangChain and local Llama 3 level models, which will ensure complete data confidentiality without going online. The tool will effectively parse PDFs and tables, extracting requirements and comparing versions.

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

Current freelance projects in the category AI & Machine Learning

1:19
26 July
26 July
25 July