<?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: Dhiraj Sharma</title>
    <description>The latest articles on DEV Community by Dhiraj Sharma (@dhiraj_sharma).</description>
    <link>https://dev.to/dhiraj_sharma</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%2F1676962%2Fdefcb09c-04d9-42af-abc3-61821c1fb5e5.jpg</url>
      <title>DEV Community: Dhiraj Sharma</title>
      <link>https://dev.to/dhiraj_sharma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhiraj_sharma"/>
    <language>en</language>
    <item>
      <title>Excited to Share: Our Research on the Asthma Care Chatbot! 🎉</title>
      <dc:creator>Dhiraj Sharma</dc:creator>
      <pubDate>Wed, 09 Oct 2024 16:04:09 +0000</pubDate>
      <link>https://dev.to/dhiraj_sharma/excited-to-share-our-research-on-the-asthma-care-chatbot-2ejm</link>
      <guid>https://dev.to/dhiraj_sharma/excited-to-share-our-research-on-the-asthma-care-chatbot-2ejm</guid>
      <description>&lt;p&gt;I am delighted to announce that our research paper, "Asthma Care Chatbot," has been published in the International Journal of Scientific Research in Engineering &amp;amp; Management (IJSREM)! This project highlights the potential of technology in revolutionizing patient care and improving health outcomes for individuals suffering from chronic respiratory conditions.&lt;/p&gt;

&lt;p&gt;Understanding Asthma&lt;br&gt;
Asthma is a chronic respiratory condition that impacts millions globally, characterized by inflammation and narrowing of the airways. This condition results in symptoms such as coughing, wheezing, and shortness of breath, significantly affecting the quality of life for those affected.&lt;/p&gt;

&lt;p&gt;Effective management of asthma necessitates timely interventions and personalized care tailored to each individual’s needs. Unfortunately, many patients face challenges in self-management, leading to preventable exacerbations and emergency situations. Recognizing this gap, we sought to develop a supportive tool to empower individuals in managing their asthma symptoms.&lt;/p&gt;

&lt;p&gt;The Asthma Care Chatbot: A Technological Innovation&lt;br&gt;
The Asthma Care Chatbot is an innovative solution designed to assist individuals in effectively managing their asthma symptoms. By leveraging advancements in machine learning and technology, this chatbot provides personalized recommendations based on user-reported symptoms, age, and gender.&lt;/p&gt;

&lt;p&gt;Key Features&lt;br&gt;
User-Friendly Interface: The chatbot features a user-friendly graphical interface, enhancing accessibility for individuals seeking guidance in managing their asthma condition.&lt;/p&gt;

&lt;p&gt;Real-Time Severity Predictions: The chatbot employs a machine learning model trained on an extensive dataset of asthma severity data, enabling it to predict symptom severity based on user inputs. This functionality allows users to receive instant feedback on their asthma status.&lt;/p&gt;

&lt;p&gt;Personalized Recommendations: Based on the predicted severity of symptoms, the chatbot offers tailored recommendations, ranging from self-care tips to suggestions for prompt medical intervention. This ensures users receive appropriate guidance based on their current health status.&lt;/p&gt;

&lt;p&gt;Performance Evaluation: The chatbot’s effectiveness is rigorously evaluated using various metrics, including accuracy, precision, recall, and F1 score, ensuring reliability in its predictions.&lt;/p&gt;

&lt;p&gt;Continuous Improvement: By continually refining its recommendations based on user feedback and data-driven insights, the chatbot empowers individuals to take proactive steps in managing their asthma.&lt;/p&gt;

&lt;p&gt;Impact on Healthcare&lt;br&gt;
The Asthma Care Chatbot represents a groundbreaking approach to personalized asthma management, bridging the gap between individuals and accessible healthcare solutions through the integration of technology and machine learning. By providing tailored guidance and support, the chatbot aims to empower individuals in managing their asthma symptoms, ultimately enhancing their quality of life.&lt;/p&gt;

&lt;p&gt;We hope that this project inspires further innovations in healthcare technology and contributes to improved outcomes for individuals with chronic conditions.&lt;/p&gt;

&lt;p&gt;📅 Published in: Volume 08, Issue 10, October 2024&lt;br&gt;
🔗 Read the paper here: &lt;a href="https://www.doi.org/10.55041/IJSREM37837&amp;lt;br&amp;gt;%0A![Published%20ceritificate](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/miqsu6sc94eb6panbzss.png)&amp;lt;br&amp;gt;%0A![research%20paper](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n0xcpeeh8cb0lf8ygm06.jpeg)" rel="noopener noreferrer"&gt;10.55041/IJSREM37837&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Acknowledgments&lt;br&gt;
I want to express my sincere gratitude to my colleagues for their unwavering support throughout this journey. Your dedication and collaboration have been crucial in bringing this project to fruition, and I am excited to witness the impact our work will have on those managing asthma.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Behind the Scenes of Grep: A Hands-On Python Challenge</title>
      <dc:creator>Dhiraj Sharma</dc:creator>
      <pubDate>Thu, 05 Sep 2024 12:51:31 +0000</pubDate>
      <link>https://dev.to/dhiraj_sharma/behind-the-scenes-of-grep-a-hands-on-python-challenge-43ii</link>
      <guid>https://dev.to/dhiraj_sharma/behind-the-scenes-of-grep-a-hands-on-python-challenge-43ii</guid>
      <description>&lt;p&gt;&lt;strong&gt;Building My Own Grep&lt;/strong&gt;: A Deep Dive into Text Searching&lt;br&gt;
I recently started working on the "Build your own grep" challenge by codecrafters.io, and it's been an incredible learning experience. Grep is a tool we often take for granted, but building it from scratch has given me a whole new appreciation for its complexity and utility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Take On This Challenge?&lt;/strong&gt;&lt;br&gt;
I wanted to understand the inner workings of tools like grep, which we use regularly without much thought. This challenge is a great opportunity to go under the hood and learn how regular expressions, text parsing, and pattern matching operate at a low level. Plus, it’s a great way to sharpen my Python skills!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Progress So Far&lt;/strong&gt;&lt;br&gt;
The challenge is broken down into several stages, each adding new functionality to the grep implementation. Here’s a brief overview of what I’ve done so far:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Single Character Matching&lt;/em&gt;: Implemented support for matching single characters. For example, 'a' matches 'apple' but not 'dog.'&lt;br&gt;
Character Classes (\d): Added support for the \d character class to match any digit in a string.&lt;br&gt;
Both of these tasks were small but crucial steps in building a robust grep tool.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next?&lt;/strong&gt;&lt;br&gt;
In the coming stages, I’ll be working on more advanced regular expression features, adding support for pattern repetition, and handling special meta characters. These will make the grep implementation more powerful and flexible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;br&gt;
Working on this project has been a great reminder of the importance of foundational tools like grep. It's easy to forget the complexity behind everyday commands, but challenges like this one help you appreciate the underlying mechanics and sharpen your coding skills.&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates as I continue to build and improve my own version of grep!&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>linux</category>
      <category>codecrafter</category>
    </item>
  </channel>
</rss>
