https://github.com/the-strategy-unit/pxtextmining_api_demo
Simple streamlit app for demonstrating the pxtextmining api
https://github.com/the-strategy-unit/pxtextmining_api_demo
Last synced: 10 months ago
JSON representation
Simple streamlit app for demonstrating the pxtextmining api
- Host: GitHub
- URL: https://github.com/the-strategy-unit/pxtextmining_api_demo
- Owner: The-Strategy-Unit
- License: mit
- Created: 2023-05-22T15:29:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T09:15:31.000Z (11 months ago)
- Last Synced: 2025-07-29T11:42:51.670Z (11 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pxtextmining_api_demo
A simple Streamlit app for demonstrating [the pxtextmining API](https://github.com/The-Strategy-Unit/pxtextmining).
## Preview locally
To run the app locally on your computer:
1. Fork or clone the repository to your machine.
1. Create a virtual environment (e.g. `uv venv`).
1. Install the dependencies listed in `requirements.txt` (e.g. `uv pip install -r requirements.txt`).
1. Create a `.streamlit/secrets.toml` file and add the variable `API_URL=`.
1. Run `streamlit run app/main.py` to open a preview of the app in the browser.
## Licence
This repository was originally hosted and written by Nottinghamshire Healthcare NHS Foundation Trust in 2023 and passed to The Strategy Unit in 2025.
Unless stated otherwise, the codebase is released under the MIT Licence and covers both the codebase and any sample code in the documentation.