A powerful Streamlit application that combines PDF document chat capabilities with an intelligent appointment booking system using LangChain and Google's Gemini Pro model.
PDF Document Processing
Smart Appointment Booking
User-Friendly Interface
https://github.com/user-attachments/assets/e228592e-6161-440d-8776-c787e2bd13d2
git clone https://github.com/sobit-nep/AI-Document-QA-Appointment-Booking.git cd AI-Document-QA-Appointment-Booking
python -m venv venv source venv/bin/activate # On Windows, use: venv\Scripts\activate
pip install streamlit PyPDF2 langchain-community langchain-google-genai python-dotenv validators email-validator google-generativeai faiss-cpu
.env
file in the project root directory with the following variables:GOOGLE_API_KEY=your_google_api_key EMAIL_ADDRESS=your_email_address EMAIL_PASSWORD=your_email_app_password
Note:
streamlit run app.py
Upload PDF Documents:
Interact with the Chatbot:
Book Appointments:
AI-Document-QA-Appointment-Booking/
āāā app.py # Main application file
āāā .env # Environment variables
āāā appointments.json # Stored appointments
āāā faiss_index/ # Vector store for PDF content
āāā requirements.txt # Project dependencies
āāā README.md # Project documentation
There are no models linked
There are no models linked
There are no datasets linked
There are no datasets linked