Result folder contains image of demos : interface for predicting text input and for visualizing crawled data
Implement the model with some changes from the paper: https://ieeexplore.ieee.org/document/9865479
- Download weight file:
https://husteduvn-my.sharepoint.com/:f:/g/personal/cuong_nd191714_sis_hust_edu_vn/EuboR4TBcWRLuaa0RTi3gR0BB2r81zK4RsV2B7FSN9Tqyg?e=HxTFa6
stored in model folder in python-server - Install required packages:
pip install -r requirements.text - Clone Vietnamese NLP toolkit:
git clone https://github.com/vncorenlp/VnCoreNLP.git - Run Node/Express:
cd ./node_backend/ node server.js - Run Flask model server:
cd ./python_server/ .\venv\Scripts\Activate.ps1 python app.py - Run React front-end :
cd ./react-frontend/ npm start