DAMHelper / README.md
enricorampazzo's picture
moved python code to dam_helper folder
37de7f1
|
raw
history blame
No virus
1.2 kB
---
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