NLP 7th Oct Session - doraithodla/notes GitHub Wiki

  1. anatomy of a chatbot
  2. Pre defined chatbot - simple - using just hugging face transformers

Requirements

!pip install -qqq langchain --upgrade --progress-bar off !pip install -qqq chromadb --upgrade --progress-bar off !pip install -qqq pypdf==3.8.1 --progress-bar off !pip install -qqq pygpt4all --upgrade --progress-bar off !pip install -qqq pdf2image==1.16.3 --progress-bar off !pip install PyCryptodome --progress-bar off !pip install transformers !pip install sentence-transformers !pip install gpt4all