In order to run the program, python3 and numpy library must be installed.
sudo apt-get install python3
pip install numpy
The global variables for the program are kept in the settings.py file.
To run the code, just run main.py.
By modifying the arguments "generate" and "test" of the classification_test function, you can generate essay at the same time and classify the given test results.
The test results will be automatically saved in the "results/classifications" directory. Generate results will be automatically saved in the "results/generate" directory.
just run the code and you can also follow the results via consol :)