Last updated:
0 purchases
 
             
                  This project focuses on creating a Named Entity Recognition (NER) model capable of identifying key elements in a text, such as names, places, brands, and monetary values. It is particularly useful for sorting unstructured data and extracting important information from large datasets. The project utilizes Roberta architecture, Hugging Face transformers, and is deployed using AWS ECR and AWS EC2.
Install dependencies:
bash
Copy code
pip install -r requirements.txt
Setup Environment:
bash
Copy code
conda create -p ./env python=3.7 -y 
bash
Copy code
conda activate ./env 
Prepare Dataset:
Model Training:
Run Inference:
bash
Copy code
python app.py 
http://localhost:8080/docsDeploy on AWS:
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.