https://github.com/anasaito/skillner_demo
https://github.com/anasaito/skillner_demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anasaito/skillner_demo
- Owner: AnasAito
- Created: 2021-08-20T14:59:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T10:05:28.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:11:37.227Z (about 1 month ago)
- Language: Python
- Size: 4.92 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skillNer_demo
This a simple demo for skillNer package
## Run demo on local :
- Instal streamlit
```console
pip install streamlit
```
- Run app```console
streamlit run index.py
```