https://talk-with-your-pdf-2005.streamlit.app/
-
Clone the repository (Open your cmd):
git clone https://github.com/yourusername/talk-with-your-PDF.git
cd talk-with-your-PDF
-
Install the required packages:
pip install -r requirements.txt
-
Create .streamlit folder then create secrets.toml inside it
secrets.toml : GROQ_API_KEY = "your_groq_api_key"
-
Start the Streamlit application:
streamlit run app.py
-
Open your web browser and go to http://localhost:8501 to access the application.
-
Upload a PDF file and start asking questions about its content.