Skip to content

EdgeCare/EdgeCare-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

EdgeCare masking NER Model Web Demo

This repository contains a web demo for our fine-tuned model for PHI(Protected Health Information) masking. The demo allows users to interact with the model through a web interface & see how the model works.

🔗 Live Demo

Check out the live demo here: NER Web Demo


🛠️ How to Run

Follow the steps below to set up and run the project locally.

1️⃣ Run Backend

cd backend

# Activate virtual environment
.\.venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Start the backend server
python server.py

2️⃣ Run Frontend

cd frontend

# Install dependencies
npm install

# Start the frontend server
npm run dev

💡 Contributing

We welcome contributions! Feel free to open an issue or submit a pull request. Or contact us via email.


📞 Contact

For questions or support, reach out to us via Gmail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published