A personalised Chatbot that helps people with their mental anguish and Depression
We are using "Mental Health Conversational Data" Author- Elvis Source- Kaggle
Install TensorFlow
pip install tensorflow
Install Virtual Environment
pip install virtualenv
Create Environment
python -m venv ./venv
Activate Environment
cd >venv_name\Scripts> activate
Install Numpy
pip install numpy
Install NLTK
pip install --user -U nltk nltk.download('punkt')
Install Pytorch
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Install Flask Python
pip install flask
This is the project where i started learning pytorch, So Ignore the comments

