sigurdriseth commited on
Commit
8910a3b
·
verified ·
1 Parent(s): 7931a17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,10 +1,51 @@
1
  ---
2
- title: README
3
- emoji: 🏆
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: NTNU × eVici Voice Ordering
3
+ emoji: 🚜
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # NTNU × eVici Voice Ordering
11
+
12
+ This organization hosts datasets, models, and experiments developed as part of a **Bachelor’s thesis at the Norwegian University of Science and Technology (NTNU)** in collaboration with **eVici AS**.
13
+
14
+ Our goal is to build **practical, production-oriented language technology** for the agricultural sector.
15
+
16
+ ---
17
+
18
+ ## Product Vision
19
+
20
+ Farmers often need to place animal feed orders while working in environments where:
21
+
22
+ - hands are occupied
23
+ - gloves or machinery make typing difficult
24
+ - screens are inconvenient or unsafe to use
25
+
26
+ Traditional web or mobile ordering systems rely on **manual, form-based interaction**, which is slow and impractical in these situations.
27
+
28
+ We propose a **voice-driven ordering module**:
29
+
30
+ > A speech-controlled interface that enables hands-free, natural-language order placement directly integrated into eVici’s existing ordering solution.
31
+
32
+ The system leverages:
33
+
34
+ - domain-specific language understanding (NLU/SLU)
35
+ - intent detection
36
+ - slot filling / entity extraction
37
+ - fuzzy matching of products and locations
38
+ - dialogue management for clarification and robustness
39
+ - low-latency inference suitable for real-world deployment
40
+
41
+ The aim is **accurate, robust, and efficient order creation in real agricultural environments**.
42
+
43
+ ---
44
+
45
+ ## What we publish here
46
+
47
+ This organization may include:
48
+
49
+ - 📦 Synthetic and annotated Norwegian SLU datasets
50
+ - 🤖 Fine-tuned Transformer/BERT models
51
+ - 🧪 Exp