Find correlations between text narratives and a target category.
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
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.