Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

File metadata and controls

15 lines (10 loc) · 501 Bytes

Document Chatbot

Setup

  • Create python environment with version 3.11
  • Run pip install -r requirements.txt
  • Use the env_sample for configuring the dot env
  • Run the application using streamlit run home.py ( ensure you are in the current directory)
  • Also if you are using a vscode, the configuration of the debugger using streamlit has been added.

Develpoment:

Note: Currently this project is under development. Some features are not implemented and there may be bugs in the' program