<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sanjay poudel</title>
    <description>The latest articles on DEV Community by sanjay poudel (@sanjaynep).</description>
    <link>https://dev.to/sanjaynep</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3964338%2F99e9836d-73c0-4649-a842-a607d0afe47f.jpg</url>
      <title>DEV Community: sanjay poudel</title>
      <link>https://dev.to/sanjaynep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanjaynep"/>
    <language>en</language>
    <item>
      <title>Hospital management System :Based on symptoms prediction disease and doctor suggestion</title>
      <dc:creator>sanjay poudel</dc:creator>
      <pubDate>Wed, 03 Jun 2026 17:50:55 +0000</pubDate>
      <link>https://dev.to/sanjaynep/hospital-management-system-based-on-symptoms-prediction-disease-and-doctor-suggestion-4fgg</link>
      <guid>https://dev.to/sanjaynep/hospital-management-system-based-on-symptoms-prediction-disease-and-doctor-suggestion-4fgg</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;In real-world scenarios, people are often unsure which doctor to consult for specific symptoms. To address this, I developed a Hospital Management System where users can book appointments based on predicted diseases. The system uses a Random Forest Classifier model, achieving 95% accuracy in predicting diseases from symptoms. Once a disease is predicted, the system automatically suggests the appropriate specialist. For example, if heart disease is detected, it recommends consulting a cardiologist.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;You can easily find my project on GitHub at: &lt;a href="https://github.com/sanjaynep/Hospital-management-system" rel="noopener noreferrer"&gt;https://github.com/sanjaynep/Hospital-management-system&lt;/a&gt;&lt;br&gt;
Go and check it out, and also provide me with suggestions for future enhancements. I have mentioned how to get started in the README.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;At first, I worked on the idea with only a JWT authentication system. Later, I decided to expand it into a Hospital Management System with simple registration, login, logout, authentication, authorization, and a hospital management dashboard. After learning about this challenge, I integrated an ML model to help predict diseases. I also containerized the application and implemented an async task that automatically cancels appointments after 24 hours if no response comes from the doctor, allowing users to book another appointment. In addition, I added 18 unit tests, all of which passed, ensuring the project follows the waterfall model of software development lifecycle.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot helped me a lot in this project. It provided workflow designs and supported me with frontend development, as I mostly work as a backend engineer. Copilot assisted in testing, writing blocks of code, and evaluating models to choose the most suitable one. It also helped me with debugging errors, optimizing functions, and suggesting clean coding practices. In addition, Copilot guided me in structuring APIs, designing the dashboard layout which made the overall development process faster and more efficient.&lt;br&gt;
here are my some images about my project&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhzahpqb7bhksgssqlaja.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhzahpqb7bhksgssqlaja.png" alt=" " width="799" height="368"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7t4a3a9pw4esgzvdntjp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7t4a3a9pw4esgzvdntjp.png" alt=" " width="690" height="589"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwpgsgllwexqqfy6p30wu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwpgsgllwexqqfy6p30wu.png" alt=" " width="727" height="542"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This overall project has helped me gain valuable experience in full‑stack development, machine learning, and DevOps. GitHub Copilot worked like a friend throughout the process, supporting me in designing workflows, writing code, testing, and refining the project to give it a polished and professional touch&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>python</category>
    </item>
  </channel>
</rss>
