File size: 712 Bytes
8223b74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "model_name": "Endüstri Chatbot",
  "version": "1.0.0",
  "description": "Industrial cost calculation AI chatbot with document processing capabilities",
  "base_model": "HuggingFaceH4/zephyr-7b-beta",
  "framework": "LangChain + FastAPI",
  "language": [
    "tr",
    "en"
  ],
  "license": "apache-2.0",
  "tags": [
    "industrial",
    "cost-calculation",
    "chatbot",
    "langchain",
    "fastapi",
    "document-processing",
    "turkish",
    "english"
  ],
  "tools": [
    "labor_cost",
    "material_cost",
    "margin_calculation"
  ],
  "features": [
    "document_processing",
    "cost_analysis",
    "report_generation",
    "turkish_language_support"
  ]
}