Development and deployment of a local LLM for classification and data extraction
Create an isolated microservice based on Open Source LLM for automatic processing of incoming documents (scans, PDF, photos).
2. Tasks of the executor
Hosting selection: Choose the optimal GPU hosting (for example, Hostkey, Selectel, RunPod, Lambda Labs or similar) considering the budget and performance requirements.
Model selection and configuration: It is recommended to use Llama 3.1 8B, Mistral Small 3 or Qwen 2.5. The use of quantized versions (4-bit/8-bit) is acceptable for resource savings.
Classification (5 types): The model must determine the type of document (for example: CTC, PTC, Passport, Contract, Invoice).
Data extraction: For each type of document, configure the extraction of key fields (for example, VIN, Full Name, document number, date).
API Development: Create a REST API (FastAPI/Flask) for uploading the document and receiving a JSON response.
3. Technical requirements
OCR layer: If the document is submitted as an image, a quality OCR must be configured (for example, EasyOCR, Tesseract or DocTR).
Inference engine: Use vLLM or Ollama to ensure high processing speed and support for queues.
Containerization: The entire stack (API + Model + OCR) must be packaged in Docker.
4. Output data format
The API must return structured JSON:
{
"class": "vehicle_registration",
"confidence": 0.95,
"data": {
"vin": "ABC123456789",
"reg_number": "X000XX77",
"year": 2022
},
"processing_time": "1.2s"
}-
какие типы документов будут обрабатываться. В идеале пример показать
-
Current freelance projects in the category AI & Machine Learning
Create a team of AI agentsI want to create a team of AI agents that will help in everyday life, control business processes, analyze reports, etc. AI & Machine Learning ∙ 14 minutes back ∙ 4 proposals |
IT Automation of VAT Reporting
223 USD
It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual… AI & Machine Learning, Python ∙ 1 hour 32 minutes back ∙ 17 proposals |
Development of a sales AI agent for an online store on PrestaShop 1.6 with KeyCRM integrationWe are looking for a developer or a small team to create an AI sales consultant for an online store of educational literature. The site runs on PrestaShop 1.6, CRM — KeyCRM. We need not an ordinary chatbot with ready-made answers, but an AI seller that will help the customer… AI & Machine Learning, Online Stores & E-commerce ∙ 6 hours 47 minutes back ∙ 32 proposals |
Consultation on creating an AI agent to accelerate the resolution of routine tasks - 60 minutes
16 USD
Consultation on creating an AI agent to speed up the resolution of routine tasks. I have created an agent for automatic contract filling - it's simple, but there are more complex tasks that I would also like to delegate to GPT agents, and there are several questions I would like… AI & Machine Learning ∙ 1 day 2 hours back ∙ 14 proposals |
Automatic posting of stories on InstagramGood day, I need help with setting up automatic posting of stories on Instagram. There are already stories in the Instagram archive that have been published, and they need to be reposted. AI & Machine Learning, Bot Development ∙ 2 days 11 hours back ∙ 27 proposals |