Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hlasse/textdescriptives_app
Demo of textdescriptives python package for browser based extraction of text statistics.
https://github.com/hlasse/textdescriptives_app
Last synced: 3 months ago
JSON representation
Demo of textdescriptives python package for browser based extraction of text statistics.
- Host: GitHub
- URL: https://github.com/hlasse/textdescriptives_app
- Owner: HLasse
- Created: 2023-04-18T13:26:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-07T07:37:45.000Z (7 months ago)
- Last Synced: 2024-10-03T10:27:30.918Z (3 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextDescriptives Demo
A streamlit dashboard for extracting text metrics with TextDescriptives. Live at https://huggingface.co/spaces/HLasse/textdescriptives
## TODO
[ ] Add license
## Installation
```shell
conda create --name textdesc python==3.11
pip install textdescriptives streamlit watchdog
streamlit main.py
```