Skip to content

AbdeChk/Will-and-Representation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Will-and-Representation

This project visualizes the works of Arthur Schopenhauer through Streamlit web app. It provides simple metrics on his texts, including:

  • Network similarity between books
  • Sentiment analysis of key writings
  • Word counts and bar charts for easy visualization

Note: Some books have not been processed properly and may not appear correctly in the analyses.


Prerequisites

Before running the project, ensure you have the following installed:


Installation

Follow these steps to set up and run the app on your local machine:

  1. Clone the repository:
git clone https://github.com/AbdeChk/Will-and-Representation.git
  1. Navigate to the project directory:
cd Will-and-Representation
  1. Create and activate a virtual environment (recommended):
# On Windows
python -m venv venv
.\venv\Scripts\activate

# On macOS/Linux
python3 -m venv venv
source venv/bin/activate
  1. Install required dependencies:
pip install -r requirements.txt
  1. Run the application:
streamlit run app.py

The application will open in your default web browser at http://localhost:8501.

About

Highlighting Schopenhauer's work through visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages