Skip to content

ramankumar-1/docbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document based Chatbot

Python Version Used: 3.11.3

Steps to run on your PC/ Local Machine: -

  1. Open Terminal, got to any directory of your choice and clone this repo.

    git clone https://github.com/ramankumar-1/docbot.git
    
  2. Download all the required Python packages.

    pip install -r requirements.txt
    
  3. Create an environment file (.env) for storing the API keys.

    touch .env
    
  4. Create Account and obtain your Huggingface and Cohere API keys.

  5. Add the API keys to the Environment Variable File (.env) which you just created.

    HUGGINGFACEHUB_API_TOKEN=<your-hugging-face-api-key>
    COHERE_API_KEY=<your-cohere-api-key>
    
  6. Run the application.

    streamlit run app.py
    

About

Document-based Chatbot made with LangChain and Streamlit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages