Capstone project, personality tester that will match your personality based on your text input with a personality of fictional character.
Need to install packages:
- Flask
- Numpy
- nltk (also need to download nltk data: punkt, maxent_ne_chunker, words, averaged_perceptron_tagger)
- ibm_watson
- ibm_cloud_sdk_core
- json
- pandas
- plotly
- kaleido
- beautiful soup
- selenium
For selenium tests, download the chromedriver: https://sites.google.com/a/chromium.org/chromedriver/downloads, and change the excutable path when running the test.