SOFTDOC is a Streamlit-based web application designed to help users understand software documentation by answering queries based on uploaded PDFs.
- PDF Upload
- Chatbot interaction for answering software-related questions
- Contextual understanding using LLM and NLP techniques
- Chat history to maintain continuity
- Clone this repository and navigate to the
SOFTDOC
folder:git clone https://github.com/shreeramdrao/FWC-Projects.git cd SOFTDOC
- Install the required libraries:
pip install streamlit PyPDF2 sentence-transformers faiss-cpu openai
- Set your OpenAI API key in the code:
openai.api_key = 'YOUR_API_KEY'
- Run the project:
streamlit run app.py