The core is the back-end of the applications that contains the sentiment analysis and response generation from a text entry.
For this application a python environment is necessary:
- python:
3.8.9or similar; - pip:
20.2.3or similar.
Use the package manager pip to install the application dependencies:
pip install -r requirements.txtRun the entry file and start the server locally:
python app.pyTo generate a bundle of this project you can use the pyinstaller package. You can install it with the pip package manager:
pip install pyinstallerAfter the installation run the following command to create a bundle of this project:
pyinstaller app.py --name core --clean --add-data data;data --add-data aiml;aimlThis application is part of a undergraduate thesis, and the projects will be read-only after they are completed. Unfortunately, no contributions will be accepted.
The project code is under MIT license, except for the used dataset that is under CC BY-SA 4.0.