File size: 1,381 Bytes
8dff1e3
 
 
 
 
89187ff
b069102
8dff1e3
 
 
 
 
 
d568cb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
---
title: DAMHelper
emoji: 📈
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8501
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Easy Dubai Asset Management form compilation

Who doesn't like to fill in form for any little thing? **Me**,
so I decided that the best use for thousand-dollars GPU in data
centers was to help me do just that!

Basically if you live in a community managed by Dubai Asset Management
you have to fill in a form for every kind of work that you
want to do in your unit, including furniture delivery.

With this ChatGPT 3.5 tool you can just explain in natural language
what you want to do and it should fill in the form for you 
automatically. If you upload an image of your signature it 
will use it to sign the form

## Other reasons why this is interesting
In this case I am using an LLM so that a computer can understand
natural language, for example: if you write that the
work you need to do will take place in two days, it
should correctly calculate the date and pass it down
in a way that the rest of my application can parse, which I think
is quite neat

## Why is the code related to the Intel NPU all commented out?
As of today HF cannot build the wheel: I tried to upload my 
wheel but I built it on Windows and I guess HF uses Linux