simran0608 commited on
Commit
0fcf00f
1 Parent(s): 276906f

Delete Readme.md

Browse files
Files changed (1) hide show
  1. Readme.md +0 -32
Readme.md DELETED
@@ -1,32 +0,0 @@
1
- # Appointment Booking Bot for Virtual Doctor Appointments
2
-
3
- ## Project Overview
4
-
5
- The Appointment Booking Bot is a comprehensive solution for managing virtual doctor appointments. It integrates with Google Calendar to automate appointment scheduling tasks, provides symptom analysis, and offers doctor recommendations based on user input. The system operates efficiently to improve patient experience and streamline healthcare provider operations.
6
-
7
- ## Key Features
8
-
9
- - **Symptom Analysis:** Analyze user symptoms and suggest relevant doctors.
10
- - **Appointment Management:** Book, reschedule, delete, and check availability of appointments.
11
- - **Real-Time Updates:** Check doctor availability and book appointments instantly.
12
- - **Data Insights:** Provides actionable insights into appointment trends and patient preferences.
13
-
14
- ## Tech Stack
15
-
16
- - **LangChain Framework:** Utilized for building the agent with multiple tools.
17
- - **Google Calendar API:** For managing appointment-related actions.
18
- - **Model:** Llama-3.1-70B-Versatile using Groq hardware for symptom analysis and health advice.
19
- - **Python:** Backend programming.
20
- - **Streamlit:** For user interface integration.
21
- - **MongoDB:** For secure data storage.
22
-
23
- ## Files and Their Functions
24
-
25
- - **`functions.py`**: Contains information on all the tools and functions used in the project.
26
- - **`schema.py`**: Defines the input schema for all tools.
27
- - **`bot.py`**: Command-line interface (CLI) application for managing appointments and interacting with the bot.
28
- - **`app.py`**: Streamlit integration file that connects the model with the user interface for a seamless experience.
29
- - **`model.py`**: Contains the agent used for the system.
30
- - **`requirements.txt`**: Contains all the necessary libraries for development of this project.
31
-
32
-