<?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: yogita patil</title>
    <description>The latest articles on DEV Community by yogita patil (@soun).</description>
    <link>https://dev.to/soun</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4110859%2F826bf36d-f425-4d59-b367-6cb582fd35ea.png</url>
      <title>DEV Community: yogita patil</title>
      <link>https://dev.to/soun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/soun"/>
    <language>en</language>
    <item>
      <title>HostelEase AI</title>
      <dc:creator>yogita patil</dc:creator>
      <pubDate>Sat, 05 Sep 2026 08:11:42 +0000</pubDate>
      <link>https://dev.to/soun/hostelease-ai-1c1k</link>
      <guid>https://dev.to/soun/hostelease-ai-1c1k</guid>
      <description>&lt;p&gt;HostelEase AI — AI-Powered Hostel Service Management on Google Cloud&lt;/p&gt;

&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Hostel students deal with many everyday problems — broken furniture, electrical issues, plumbing problems, cleaning requests, pest control, gate-pass requests, and important hostel announcements.&lt;/p&gt;

&lt;p&gt;Usually, these issues are reported through calls, WhatsApp messages, registers, or verbal communication. This can make it difficult for students to know the status of their request and for wardens to prioritize and assign issues efficiently.&lt;/p&gt;

&lt;p&gt;To solve this problem, we built &lt;strong&gt;HostelEase AI&lt;/strong&gt;, an AI-powered hostel service management platform that connects &lt;strong&gt;students, wardens, and maintenance staff&lt;/strong&gt; in one secure application.&lt;/p&gt;

&lt;p&gt;What is HostelEase AI?&lt;/p&gt;

&lt;p&gt;HostelEase AI allows students to submit hostel-related requests from a single platform.&lt;/p&gt;

&lt;p&gt;A student can report an issue by entering a description or uploading an image. Gemini AI can analyze the reported problem and help identify:&lt;/p&gt;

&lt;p&gt;🔧 Likely problem&lt;br&gt;
 📂 Issue category&lt;br&gt;
🚨 Priority level&lt;br&gt;
 👷 Recommended maintenance staff&lt;br&gt;
🛠️ Suggested action&lt;/p&gt;

&lt;p&gt;The warden can then review the request, assign it to the appropriate staff member, and track the resolution.&lt;/p&gt;

&lt;p&gt;Students can follow their request status until the issue is resolved.&lt;/p&gt;

&lt;p&gt;🔄 How the Application Works&lt;/p&gt;

&lt;p&gt;The main workflow is:&lt;/p&gt;

&lt;p&gt;Student Login → Report Issue → Upload Image/Text → Gemini AI Analysis → Category &amp;amp; Priority → Warden Review → Staff Assignment → Resolution → Student Status Update**&lt;/p&gt;

&lt;p&gt;This creates a complete flow from reporting a problem to resolving it.&lt;/p&gt;

&lt;p&gt;🤖 How Gemini AI Is Used&lt;/p&gt;

&lt;p&gt;Gemini is used as the intelligence layer of HostelEase AI.&lt;/p&gt;

&lt;p&gt;For example, a student can upload a photograph of a damaged chair and describe the problem.&lt;/p&gt;

&lt;p&gt;The AI can analyze the available information and provide a structured result such as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Detected Problem:&lt;/strong&gt; Possible damaged chair adjustment mechanism&lt;br&gt;
&lt;strong&gt;Category:&lt;/strong&gt; Furniture Maintenance&lt;br&gt;
&lt;strong&gt;Priority:&lt;/strong&gt; Medium&lt;br&gt;
&lt;strong&gt;Recommended Staff:&lt;/strong&gt; Carpenter / Maintenance Staff&lt;br&gt;
&lt;strong&gt;Suggested Action:&lt;/strong&gt; Inspect the adjustment mechanism and repair or replace the damaged component.&lt;/p&gt;

&lt;p&gt;If the image is unclear, the application can indicate that the issue cannot be confirmed from the image alone instead of presenting an uncertain result as a fact.&lt;/p&gt;

&lt;p&gt;🧩 Main Features&lt;/p&gt;

&lt;p&gt;👨‍🎓 Student Portal&lt;/p&gt;

&lt;p&gt;Students can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Report maintenance issues&lt;/li&gt;
&lt;li&gt;Upload issue images&lt;/li&gt;
&lt;li&gt;Request room cleaning&lt;/li&gt;
&lt;li&gt;Request pest control&lt;/li&gt;
&lt;li&gt;Apply for gate passes&lt;/li&gt;
&lt;li&gt;View announcements&lt;/li&gt;
&lt;li&gt;Track request status&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🧑‍💼 Warden Console&lt;/p&gt;

&lt;p&gt;Wardens can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;View submitted requests&lt;/li&gt;
&lt;li&gt;Review AI-generated issue analysis&lt;/li&gt;
&lt;li&gt;Check priority&lt;/li&gt;
&lt;li&gt;Assign requests to maintenance staff&lt;/li&gt;
&lt;li&gt;Track request progress&lt;/li&gt;
&lt;li&gt;Manage hostel service requests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👷 Staff Work Orders&lt;/p&gt;

&lt;p&gt;Maintenance staff can view assigned work orders and update the status of their tasks.&lt;/p&gt;

&lt;p&gt;📢 Announcements&lt;/p&gt;

&lt;p&gt;Wardens can communicate important hostel information to students through the platform.&lt;/p&gt;

&lt;p&gt;🔐 Security&lt;/p&gt;

&lt;p&gt;Security was an important part of the project because the challenge focuses on building an application suitable for production.&lt;/p&gt;

&lt;p&gt;HostelEase AI uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Firebase Authentication&lt;/strong&gt; for user authentication&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Firestore&lt;/strong&gt; for application data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Role-based access&lt;/strong&gt; for students, wardens, and staff&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firestore security rules&lt;/strong&gt; for data isolation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Server-side handling of AI credentials&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Cloud Run&lt;/strong&gt; for deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The official challenge emphasizes secure authentication, user-isolated Firestore data, protection of API credentials, and secure Cloud Run deployment.&lt;/p&gt;

&lt;p&gt;☁️ Google Cloud Run Deployment&lt;/p&gt;

&lt;p&gt;HostelEase AI was deployed using &lt;strong&gt;Google Cloud Run&lt;/strong&gt;, allowing the application to be accessed through a public web URL.&lt;/p&gt;

&lt;p&gt;Cloud Run provides a convenient way to deploy the containerized application without managing traditional servers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Application:&lt;/strong&gt;&lt;br&gt;
[&lt;a href="https://hostelease-ai-54284357300.asia-southeast1.run.app" rel="noopener noreferrer"&gt;https://hostelease-ai-54284357300.asia-southeast1.run.app&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;💻 Source Code&lt;/p&gt;

&lt;p&gt;The project source code is available publicly on GitHub:&lt;/p&gt;

&lt;p&gt;GitHub Repository:**&lt;br&gt;
&lt;a href="https://github.com/yp20082007-spec/hostelease-ai-project" rel="noopener noreferrer"&gt;https://github.com/yp20082007-spec/hostelease-ai-project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The repository contains the application source code and project configuration.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Technology Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Google AI Studio&lt;/td&gt;
&lt;td&gt;AI-assisted application development&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemini API&lt;/td&gt;
&lt;td&gt;AI-powered issue analysis&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Firebase Authentication&lt;/td&gt;
&lt;td&gt;Secure user authentication&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cloud Firestore&lt;/td&gt;
&lt;td&gt;Application data storage&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google Cloud Run&lt;/td&gt;
&lt;td&gt;Application deployment&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GitHub&lt;/td&gt;
&lt;td&gt;Source-code management&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  🌟 What Makes HostelEase AI Different?
&lt;/h2&gt;

&lt;p&gt;Instead of treating hostel complaints as simple messages, HostelEase AI turns them into &lt;strong&gt;structured service requests&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The AI-assisted workflow helps transform:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Student's Problem → AI Understanding → Priority → Staff Recommendation → Action → Resolution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This can help reduce communication gaps and make hostel service management more organized.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔮 Future Improvements
&lt;/h2&gt;

&lt;p&gt;Future versions could include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automatic notification to students when request status changes&lt;/li&gt;
&lt;li&gt;Estimated resolution time&lt;/li&gt;
&lt;li&gt;Maintenance history&lt;/li&gt;
&lt;li&gt;Hostel-wise analytics&lt;/li&gt;
&lt;li&gt;QR-code based room identification&lt;/li&gt;
&lt;li&gt;Multilingual support&lt;/li&gt;
&lt;li&gt;Voice-based complaint submission&lt;/li&gt;
&lt;li&gt;Automatic escalation of unresolved critical issues&lt;/li&gt;
&lt;li&gt;AI-powered maintenance cost estimation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 Conclusion
&lt;/h2&gt;

&lt;p&gt;HostelEase AI demonstrates how generative AI can be combined with authentication, cloud databases, and serverless deployment to solve a practical everyday problem.&lt;/p&gt;

&lt;p&gt;Our goal is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;One platform. Every hostel problem. Smarter resolution.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The project was developed as part of the &lt;strong&gt;Google Cloud Gen AI Academy Ideathon&lt;/strong&gt; using Google AI Studio, Gemini, Firebase, Firestore, and Google Cloud Run.&lt;/p&gt;

&lt;h1&gt;
  
  
  AccelerateAIwithCloudRun #GoogleCloud #Gemini #GenAI #AI #Firebase #CloudRun
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>cloud</category>
      <category>software</category>
    </item>
  </channel>
</rss>
