This is a tool for providing an overview of who our clients are, what their problems are, and how we solve them.
- Clone this repo
- Create a virtual environment (optional)
- Install requirements.txt (pip install -r requirements.txt)
- Put the csv file in /input
- From the command line run:
python main.py -input myCsvFile.csvThis will produce four text files in the /output folder.
If you would like to see graphs, add the "-plot" flag to the command.
This program currently provides five metrics:
- VOH sessions per department (who our clients are)
- Clients' reasons for coming to VOH, according to Technicians (what their problems are)
- Single word frequency of solution notes (how we solve them)
- Bigrams of our solution notes (how we solve them)
- Trigrams of our solution notes (how we solve them)
The plots summarize the most common data:




