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

Genre cognitive based classifier using a rule system

Notifications You must be signed in to change notification settings

logasja/genre-classifier

Repository files navigation

genre-classifier

Genre cognitive based classifier using a rule system

Installation

To install the prerequisite packages, run:

pip install -r requirements.txt

Running

This program is window based, therefore a window manager is required to run.

To launch the application run:

python app.py

and fill out the window that is presented and hit "Run" which will feed the input into the rule system.

The output of the system will be presented in the lower right.

Tests

This program has a suite of unit-tests that can be run using:

python tests.py

The test cases are found in the dictionary list defined in test_cases.py

Analysis

Additionally, analysis was done using visualization tools which can be viewed here or by running:

jupyter notebook

and using the UI to navigate to Analysis.ipynb.

About

Genre cognitive based classifier using a rule system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published