/doctel

Primary LanguageJupyter NotebookMIT LicenseMIT

doctel

STEPS:

STEP 01- Create a conda environment after opening the repository

conda create -n mchatbot python=3.8 -y
conda activate mchatbot

STEP 02- install the requirements

pip install -r requirements.txt