MedWell is a website designed for storing and managing medical reports of patients. It provides a platform where users can securely upload their medical reports and visualize key health indicators through interactive dashboards. This is a Recursion 5.0 hackathon project.
To install MedWell, follow these steps:
- Install Django, PDFPlumber, HTML, CSS, Node.js, SCSS, jQuery, and obtain an API key for OpenAI.
- Clone the MedWell repository from GitHub.
- Navigate to the project directory and install dependencies using
pip install -r requirements.txt. - Set up the database and migrate using
python manage.py migrate. - Run the Django server using
python manage.py runserver.
To use MedWell:
- Access the landing page at [landing_page_url].
- Register or log in to your account.
- Navigate to the upload page and upload your medical reports.
- Once uploaded, the dashboard page will display line graphs showing key health indicators such as homoglobin, RBC count, MCH, etc.
- The report section highlights any indicators that fall below or above the normal range.
MedWell is an open-source project developed by a group of four individuals during the Recursion 5.0 hackathon. Contributions are welcome!
To contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature-name). - Create a new pull request.
For major changes, please open issue first to discuss the changes you would like to make.
MedWell was developed during the Recursion 5.0 hackathon. Recursion 5.0 is an annual hackathon that brings together developers, designers, and innovators to collaborate and create innovative solutions to real-world problems. Our team of four participated in the hackathon and developed MedWell as an open-source project aiming to improve healthcare management through technology.
This project is licensed under the MIT License. See the LICENSE file for details.