ttm-webapp-hf / app.py

Commit History

deleted beta feature (will be outsourced in a different app)
671c107

daniel-wojahn commited on

Fix TypeError: cannot concatenate object of type 'dict' by converting dictionaries to DataFrames before appending to results list
6bbf5d3

daniel-wojahn commited on

Fix KeyError: 'Jaccard Similarity (%)' by properly populating heatmap_tabs dictionary
c5aa1cd

daniel-wojahn commited on

Fix progressive loading and UI button activation issues: 1) Fix KeyError: 'jaccard' in metrics computation 2) Fix 'Markdown' object has no attribute 'update' warning 3) Improve fuzzy matching method descriptions 4) Fix Structural Analysis button activation 5) Add consistent tooltip styling for all tabs
3651cd4

daniel-wojahn commited on

cleanup and expansion of structural analysis
edd4b9d

daniel-wojahn commited on

maintenance and alignment prototype
bda2b5b

daniel-wojahn commited on

feat(ui): apply consistent padding and scaling across components
28a74a6

daniel-wojahn commited on

feat(app): improve UI and backend robustness per user feedback
ce093f9

daniel-wojahn commited on

fix(app): resolve ImportError by using LLMService class directly
8d064dc

daniel-wojahn commited on

fix: correctly determine model_type in processing pipeline
a34433b

daniel-wojahn commited on

fix: correctly handle hf model selection in UI
a7f196f

daniel-wojahn commited on

feat: Enhance embeddings and LLM interpretation
b2ce320

daniel-wojahn commited on

Reafactoring of the tokenization pipeline, adjusted fasttext implementation
3011301
verified

daniel-wojahn commited on

revamped the pipeline and added stopwords and documentation
0bbf2df
verified

daniel-wojahn commited on