Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ emoji: 📚
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 6.12.0
sdk_version: 6.10.0
app_file: app.py
pinned: true
license: agpl-3.0
short_description: Create thematic summaries for open text data with LLMs
short_description: Extract topics from open text data with LLMs
---

# Large language model topic modelling

Version: 0.10.0
Version: 0.10.1

Extract topics and summarise outputs using Large Language Models (LLMs), either local, Gemini, Azure, or AWS Bedrock models (e.g. Claude, Nova models). The app will query the LLM with batches of responses to produce summary tables, which are then compared iteratively to output a table with the general topics, subtopics, topic sentiment, and a topic summary. Instructions on use can be found in the README.md file. You can try out examples by clicking on one of the example datasets on the main app page, which will show you example outputs from a local model run. API keys for AWS, Azure, and Gemini services can be entered on the settings page (note that Gemini has a free public API).

Expand Down
Loading
Loading