Skip to content

WashingtonYandun/Nancy-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nancy-Classifier

Title classifier for Nancy_Prototype project.

Warning

This project is a prototype and is not intended for production use. It was made for educational purposes only, used in the context of the Nancy_Prototype project.

Installation

pip install -r requirements.txt

Usage

python main.py

or

py main.py

How it works

This classifier uses a pre-trained model to classify the title of a document into one of the following categories:

categories = [
    "Technology",
    "Science",
    "Software Development",
    "Business",
    "Art & Design",
    "Teaching & Academics",
    "Personal Development",
    "Health & Fitness",
]

The categories are based on the most common topics found in th e Nancy_Prototype project.

About

Title classifier for Nancy Prototype project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages