https://aidoctor.pythonanywhere.com/ (Deployed on Cloud)
- Developed an intuitive AI chat feature, providing users with instant health consultations and reducing wait times for medical advice.
- Implemented a user-friendly symptom checker that empowers individuals to understand potential health issues early and take proactive measures.
- Enabled seamless access to and interpretation of lab reports, making medical data transparent and actionable for users.
- Created a reliable prescription scanning feature, helping users manage their medication effectively and minimize the risk of errors.
-
Clone the Repository
git clone https://github.com/williyam-m/AI_Doctor.git
-
Create a Virtual Environment
python -m venv venv
-
Activate the Virtual Environment
- On Windows:
venv\Scripts\activate
- On Linux/macOS:
source venv/bin/activate
- On Windows:
-
Install Required Packages
pip install -r requirements.txt
-
Run the Application
python manage.py runserver
- Django Documentation: https://docs.djangoproject.com/
- Python Official Documentation: https://docs.python.org/3/
- SQLite : https://www.sqlite.org/index.html
This project is licensed under the MIT License. See the LICENSE file for more details.