- Python 3.8+
# Clone Repo
git clone <git url>
cd <cloned folder>
# Install Dependencies
python -m pip install -U pip # optional
pip install -U setuptools wheel # optional
pip install -r requirements.txt
python -m spacy download en_core_web_sm # spacy pre-trained model
jupyter lab # Open localhost:8888
- Task.ipynb