This repository contains a project for text classification using spaCy and a synthetic dataset related to social services. The steps outlined below will guide you through setting up your environment, downloading the necessary data, and running the project.
Before you begin, ensure you have the following installed:
- Python 3.7 or higher
- pip (Python package manager)
Follow these steps to set up the project:
First, install the required Python packages by running:
pip install -r requirements.txt
Open the Jupyter Notebook included in this repository and follow the steps outlined there to train and evaluate the text classification model.
This project is licensed under the MIT License.
- spaCy for providing the NLP framework.