Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 624 Bytes

NLP-ws

2024 National Taiwan University Data Analytics Club (NTU DAC) Natural Language Processing workshop


Environment Setup (If you want to use the source code)

python -m venv <my_venv>
source my_venv/bin/activate
pip3 install -r requirements.txt