Medi-Help is an AI-driven application designed to assist medical professionals and students by providing a seamless way to interact with study materials. This app enables users to download the medical textbooks in PDF format, ask questions related to their study material, and receive instant, intelligent responses.
- Interactive QA Chat: Ask questions about the content of the uploaded document, and get precise answers.
- Download Option: You can download the PDF to view on your device.
-
Clone this repository:
git clone https://github.com/HarshP2109/MedicalBot.git cd MedicalBot
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
-
Check the book and Start Chatting: Once the app is running, check the book PDF of your study material, download and view, and start asking questions.
-
Ask Questions:
- Switch to the Chat section.
- Type your question related to the uploaded book in the chat input, and hit enter. The app will respond based on the content of the uploaded book.
-
Download Book:
- In particular medical Books Chat section, click on the 📖 Download Book button at the top left corner.
- Download Book button will appear, allowing you to download the PDF.
- Ask for summaries or explanations of specific sections.
- Clarify complex concepts by typing questions in natural language.
- Review cases or treatments mentioned in the material.
If you'd like to improve this app, please feel free to:
- Fork this repository.
- Create a feature branch.
- Submit a pull request.
- Enhanced Summarization: Allowing the app to summarize large chunks of text from the document.
- Multi-Page PDF Navigation: Enable navigation across specific pages for a better user experience.
This project is licensed under the MIT License.