/tna

Text Narratives Analyzer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Text narratives analyzer (TNA)

Find correlations between text narratives and a target category.

Installation steps

1 .Download and install Python 3.7 or newer .
2. Download this project's source code and unzip folder.
3. Open a command line and navigate to folder.
4. Install required packages using:

pip install -r requirements.txt

Run web application

Open a command line, navigate to the project folder, and execute:

streamlit run web.py

This will open a new tab in your web browser or provide a local URL to access the web app.