Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```