Skip to content

hvmil/spaCy

Repository files navigation

IT TICKET CLASSIFIER WITH SPACY

Introduction:

This text classifier is built with Spacy, a powerful and efficient natural language processing library in Python. The classifier is designed to categorize text into predefined categories based on the training data provided.

Requirements:

To use this text classifier, you need to install the following packages:

Spacy (version 3 or above) Pandas (for data manipulation) Scikit-learn (for machine learning algorithms) Installation: To install Spacy, run the following command in your terminal: pip install spacy

FastText-a library for learning of word embeddings and text classification created by Facebook's AI Research lab. The model allows one to create an unsupervised learning or supervised learning algorithm for obtaining vector representations for words.

To install Pandas and Scikit-learn:

run the following command: pip install pandas scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published