Projects page
Training Model in spaCy
I am currently working on a project to train a natural language processing (NLP) model using spaCy. This project involves creating training data for the model by annotating text with specific tags. The goal is to improve the model's ability to recognize and classify different entities within the text.
Here is the annotation process: Project Link
You can find the code for this project on GitHub: SpaCyEntityLab Repository