Skip to content

Commit fe51ba4

Browse files
committed
misc
1 parent e721fe4 commit fe51ba4

File tree

7 files changed

+300
-763
lines changed

7 files changed

+300
-763
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
data/
77
docker/
88
nbs/
9+
notebooks/
910
models/
1011
db/
1112

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Moin Moin is a web application that serves two goals:
2121
## Submission Items
2222

2323
* **Deliverable**: Web application with the two pages, one for the citizens to report the issues and another for the municipality officers to see the reported problem both on a map and on a table. This is easily deployable via docker compose.
24-
* **Documentation**: TODO
24+
* **Documentation**: Technical documentation on:
25+
* How to run and deploy the solution.
26+
* Internal architecture.
2527

2628
## Future Work
2729

@@ -31,3 +33,5 @@ There are a lot of features that we would like to implement to improve the appli
3133
* Allow a citizen to upload more than one image at the time.
3234
* The categorization of the reported issues could be improved by using a pretrained Image-Text-to-Text LLM model (such as [Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct)), with structured output (being the categories we have). The drawback of this approach is that it would require significant more computational resources.
3335
* For the municipality officers in charge, we would consider the possibility of automatically create bouding boxes on the issue for each image, and allow them to change it if necessary before dispatching the work downstream.
36+
* Improve categories and subcategories of the reported issues, possibly allow to add new categories on the go.
37+
* Add a layer to make sure that the uploaded images are not offensive or inappropriate.

nbs/download_images.ipynb

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)