wlinds / tpme

This Person Might Exist - Synthetic dataset generation
2 stars 0 forks source link

Implement GUI #8

Closed wlinds closed 8 months ago

wlinds commented 8 months ago

While CLI is convenient, a frontend would in some cases be more user-friendly. Should experiment more with streamlit and evaluate its capability. Else flask.

wlinds commented 8 months ago

Basic streamlit GUI has been implemented. Works fairly well, this was achieved with 42 lines of code.

Screenshot 2024-02-19 at 23 21 33

Appears to be a bit slower than CLI. Might want to look into optimizations and bottle necks.

wlinds commented 8 months ago

LGTM. GUI successfully implemented.