Skip to content

Cavista-Hackathon-2024/TeamHackHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name🩺

DiagAI - Transforming Health Diagnosis with Intelligent Prediction

Project Description🎯

A web app designed to assist healthcare practioners with clinical decision making and helps them to make more informed decisions during diagnosis of their patients. This tool allows doctors to input symptoms and relevant patient information, which the AI then analyzes to generate a list of potential illnesses or diseases. The goal of this to help medical doctors make diagnosis decision faster and also aid in making more accurate decisions

Key Features

  • Symptom Analysis: Input patient symptoms to receive accurate illness predictions.
  • Data-Driven Insights: It does so by means a model that is trained on medical information peculiar to Nigeria, as well as other verfied medical data from the web for informed decision-making.
  • User-Friendly Interface: Easy to navigate interface for efficient use by doctors and other relevant users.
  • Secure and Compliant: Ensures patient data privacy and compliance with healthcare regulations.

Team✨

Name: Team Hackhive

  • Adediwura Boluwatife
  • Curious Paul
  • Bakare

Technologies💻

  • Backend: Flask
  • Frontend: HTML, CSS
  • ML/AI: Google Vertex AI
  • Other Tools: Google Cloud Storage

Setup🧑

Instructions on how to get the project running locally.

Prerequisites

  • Python 3.x
  • pip
  • Virtualenv

Installation Steps⌨️

Copy code
# Clone the repository
git clone [repository URL]
cd [repository name]

# Set up a virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # For Windows use `venv\Scripts\activate`

# Install dependencies
pip install -r requirements.txt

# Run the application
export FLASK_APP=app.py 
export FLASK_ENV=development
flask run

Links🔗

  • Live Demo -
  • Presentation Slide-

Contributing👨‍👩‍👦‍👦

Guidelines for team members or other participants who want to contribute.

Copy code
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors