Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.
/ core Public archive

The core is the back-end of the applications that contains the sentiment analysis and response generation from a text entry.

License

Notifications You must be signed in to change notification settings

enbot/core

Repository files navigation

Core

The core is the back-end of the applications that contains the sentiment analysis and response generation from a text entry.

Requirements

For this application a python environment is necessary:

  • python: 3.8.9 or similar;
  • pip: 20.2.3 or similar.

Installation

Use the package manager pip to install the application dependencies:

pip install -r requirements.txt

Usage

Run the entry file and start the server locally:

python app.py

Build

To generate a bundle of this project you can use the pyinstaller package. You can install it with the pip package manager:

pip install pyinstaller

After 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;aiml

Contributing

This application is part of a undergraduate thesis, and the projects will be read-only after they are completed. Unfortunately, no contributions will be accepted.

License

The project code is under MIT license, except for the used dataset that is under CC BY-SA 4.0.

About

The core is the back-end of the applications that contains the sentiment analysis and response generation from a text entry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages