Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanishk1e9f/medbot
A Flask app that provides medical answers using AI and a medical dataset via a responsive chat interface.
https://github.com/kanishk1e9f/medbot
ai chatbot flask healthcare-ai langchain medical-assistant natural-language-processing responsive-design semantic-search sentence-transformers
Last synced: 9 days ago
JSON representation
A Flask app that provides medical answers using AI and a medical dataset via a responsive chat interface.
- Host: GitHub
- URL: https://github.com/kanishk1e9f/medbot
- Owner: kanishk1e9f
- License: mit
- Created: 2024-10-23T20:36:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:34:48.000Z (about 2 months ago)
- Last Synced: 2024-10-25T01:51:55.333Z (about 2 months ago)
- Topics: ai, chatbot, flask, healthcare-ai, langchain, medical-assistant, natural-language-processing, responsive-design, semantic-search, sentence-transformers
- Language: HTML
- Homepage:
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MedBot
MedBot is a healthcare-related project designed to automate medical tasks, provide health-related insights, and assist with other medical functionalities. This repository contains the source code and instructions on how to set up and run the project.Table of Contents
-Project Overview
-Features
-Requirements
-Installation
-Usage
-Contributing
-License1>Project Overview
MedBot is developed to streamline healthcare operations, providing tools and features that assist in medical diagnosis, patient management, or other healthcare tasks. The goal is to enhance efficiency and accuracy in the healthcare sector.2>Features
Automated medical task processing
Health-related data analysis
Integration with healthcare APIs
User-friendly interface for healthcare providers3>Requirements
Ensure you have the following installed on your machine:Python 3.x
Dependencies listed in the requirements.txt4>Installation
To get started, follow these steps:
Clone the repository:bash
Copy code
git clone https://github.com/kanishk1e9f/MedBot.git
Navigate to the project directory:bash
Copy code
cd MedBot
(Optional but recommended) Create a virtual environment:bash
Copy code
python -m venv venv
Activate the virtual environment:Windows:
bash
Copy code
venv\Scripts\activatemacOS/Linux:
bash
Copy code
source venv/bin/activate
Install the required dependencies:bash
Copy code
pip install -r requirements.txt5>Usage
To run the project locally:
Open a terminal in the project directory.
Run the main Python file:
bash
Copy code
python main.py
The project will be hosted on http://localhost:5000/ or another port as specified in your project.6>Contributing
We welcome contributions to MedBot! If you'd like to contribute, please fork the repository, create a branch, and submit a pull request. Feel free to open issues for any bugs or feature requests.7>License
This project is licensed under the MIT License. See the LICENSE file for more information.