Skip to main content

List of Healthcare titles for Hackathon - For your reference

  1. Drug Discovery Using Neural Networks
  2. Tumour Detection from Brain MRI Images
  3. Detection and Classification of cancer cells in MRI Images
  4. Detection and Classification of cancer cells in MRI Images
  5. Cancer Cell Detection and Segmentation
  6. Blood Flow Detection and Monitoring Using Sensory Data
  7. Diabetic Retinopathy Detection
  8. Personalized treatment recommender system
  9. AI System for Prediction and Recommendation of Diabetes
  10. Recommendation of Doctors and Medicines Using Review Mining
  11. Disease Prediction Using Patient Treatment History and Health Data
  12. Real-Time Health Monitoring Using Wearable Devices
  13. Prediction of Epidemic Outbreaks Using Social Media Data
  14. Design and Implementation of prediction for Medical Insurance
  15. Activity Monitoring and Unusual Activity Detection for Elderly Homes
  16. Recognizing Exercises from Physiotherapy Videos
  17. Detecting Genes Responsible for Cancer Development
  18. DNA/Gene classification using RNN Sequential analysis
  19. Chest X-Ray Classification and Localization of Common Thorax Diseases
  20. Physiotherapy exercise monitoring application
  21. Health monitoring application using wearable devices
  22. Skin disease detection app
  23. Detecting face features, hair loss, wrinkles, pimples
  24. Food recognition and calorie, vitamin detection
  25. Finger print based disease detection
  26. X-Ray image description app
  27. Assistive app for autism, Parkinson, Alzheimer diseases
  28. Doctor and medical shop recommendation app
  29. Walking pattern monitoring for arthritis

Comments

Popular posts from this blog

Data Visualization

Welcome to Data Visualization Lab  B.Tech Information Technology, II Year I Semester, Section C Softwares for Installation Test Link  https://forms.gle/Fnh79CyodToWTGBj7 RStudio Link:  https://posit.co/download/rstudio-desktop/   Power BI Link https://www.microsoft.com/en-us/download/details.aspx?id=58494 Tableau Desktop https://www.tableau.com/products/desktop/download  Week-1 Experiments List https://drive.google.com/file/d/1UlRKXTY9OdK7QyVLa7H-_dmaJkimuecs/view?usp=drive_link  W3Schools -> R Programming  https://www.w3schools.com/R/ Experiments List List of Experiments 1: Programming Practise in R  - Click Here List of Experiments 2 :  Click Here List of Experiments 3 : Click Here   

Tableau

TABLEAU EXPERIMENTS Consider the Dhoni Dataset  click here  solve the following experiments using Tableau Tool Here are a few experiment ideas for students to create visualizations in Tableau using the cricket dataset: Experiment 1: Runs vs. Opponent Objective:  Visualize how the player's performance in terms of runs varies against different opponents. Task:  Create a bar chart showing the total runs scored against each opposing team. Additional Insight:  Add a color gradient to highlight highest to lowest run totals. Experiment 2: Performance Over Time Objective:  Analyze the player’s performance trends over the course of the season. Task:  Develop a line chart that plots runs scored over time (by date). Additional Insight:  Include a dual-axis to plot catches and stumpings alongside runs. Experiment 3: Heatmap of Performances by Stadium Objective:  Compare the player’s performance at different stadiums. Task:  Create a heatmap to displ...

DBMS001

DBMS Practice Experiment   Design 7 tables as per the given requirements, with at least 10 rows per table, including primary keys and foreign keys wherever appropriate. Your tables should be as follows (attributes are suggested but you may modify them if needed):   Table: Department Attribute Data Type Description dept_id (PK) INT Unique ID for department dept_name VARCHAR(50) Name of the department hod_name VARCHAR(50) Head of department name office_location VARCHAR(50) Location of the department office contact_email VARCHAR(50) Department email contact_phone VARCHAR(15) ...