HKUST Library - DS CoLab Project - P001
Project Introduction: https://library.hkust.edu.hk/ds/project/p001/
Timeframe: 2023/24 Spring semester (Feb-May 2024)
Tip
If you encounter difficulties in installing python and pip, please see slide 7-14 here.
-
Download our source code.
git clone https://github.com/hkust-lib-ds/P001-PUBLIC_Chinese-NER-Tool.git
-
Change to the appropriate folder location.
cd P001-PUBLIC_Chinese-NER-Tool
-
Install the required dependencies using the following command.
pip3 install -r requirements.txt
OR
pip install -r requirements.txt
-
Run our tool using the following command.
streamlit run NER_Chinese.py
OR
python -m streamlit run NER_Chinese.py
Tip
If you encounter difficulties in running the app, please read this articles for reference.
Developers | Details |
---|---|
YIP Sau Lai, Sherry | Year 3, BSc in Data Science and Technology |
HAN Liuruo, Berry | Year 2, BSc in Data Science and Technology |
Advisers | Details |
---|---|
Holly CHAN | Assistant Manager (Digital Humanities) |
Leo WONG | Librarian (Systems & Digital Services) |
Jennifer GU | Librarian (Research Support) |
Aster ZHAO | Librarian (Research Support) |