Views
No views yet
dslim/bert-base-NER.app.py - Gradio UI and NER logicrequirements.txt - dependencies.gitignore - ignored local filesREADME.md - setup and deployment guideC:\Users\tejas\Desktop\ner_projectTerminal > New Terminalpy -3.11 -m venv .venvpy -3.11 is not available, install Python 3.11 first and then run the command again..\.venv\Scripts\Activate.ps1pip install -r requirements.txtpython app.pyhttp://127.0.0.1:78601app.py
2requirements.txt
3README.md
4.gitignore1git init
2git add .
3git commit -m "Create named entity recognition app"
4git remote add space https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
5git branch -M main
6git push --set-upstream space mainYOUR_USERNAME and YOUR_SPACE_NAME with your Hugging Face details.requirements.txt.