DAMHelper / README.md
enricorampazzo's picture
Updated README.md, removed unnecessary prompt
d568cb6
|
raw
history blame
1.39 kB
metadata
title: DAMHelper
emoji: πŸ“ˆ
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.38.0
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