An open API service indexing awesome lists of open source software.

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

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.