Spaces:
Sleeping
Sleeping
| title: HelpDesk AI Backend | |
| emoji: π€ | |
| colorFrom: green | |
| colorTo: blue | |
| sdk: docker | |
| pinned: false | |
| <div align="center"> | |
| <img src="https://img.shields.io/badge/HELPDESK.AI-111827?style=for-the-badge&logo=codeigniter&logoColor=10b981&labelColor=000000" height="60" alt="Logo"> | |
| <h1> Neural System Orchestrator </h1> | |
| <img src="https://readme-typing-svg.herokuapp.com?font=Inter&weight=600&size=20&duration=4000&pause=1000&color=10B981¢er=true&vCenter=true&width=450&lines=Automated+Ticket+Triage;Millisecond+Categorization;Generative+Auto-Resolution;Enterprise+Micro-Architecture" alt="Typing SVG" /> | |
| <br/> | |
| <img src="https://img.shields.io/badge/GirlScript_Summer_Of_Code-2026-F37021?style=for-the-badge&logo=girlscript&logoColor=white" height="42" alt="GSSoC 2026"> | |
| | |
| <a href="https://github.com/ritesh-1918/HELPDESK.AI/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"> | |
| <img src="https://img.shields.io/badge/Good_First_Issues-Available-10B981?style=for-the-badge&logo=github&logoColor=white" height="42" alt="Good First Issues"> | |
| </a> | |
| <br/><br/> | |
| [](https://opensource.org/licenses/MIT) | |
| [](https://helpdeskaiv1.vercel.app/) | |
| <br/> | |
| <a href="https://helpdeskaiv1.vercel.app/"> | |
| <img src="https://img.shields.io/badge/π_LAUNCH_APPLICATION-111827?style=for-the-badge&logo=vercel&logoColor=white&labelColor=6366f1" height="42" alt="Launch Application" /> | |
| </a> | |
| | |
| <a href="./MobileApp/application-2d277b36-4dbd-41c8-806d-cb2f19acf38a.apk"> | |
| <img src="https://img.shields.io/badge/π±_DOWNLOAD_ANDROID_APK-111827?style=for-the-badge&logo=android&logoColor=white&labelColor=a4c639" height="42" alt="Download APK" /> | |
| </a> | |
| | |
| <a href="https://helpdeskaiv1.vercel.app/contact-sales"> | |
| <img src="https://img.shields.io/badge/βοΈ_CONTACT_ENTERPRISE-111827?style=for-the-badge&logo=minutemailer&logoColor=white&labelColor=10b981" height="42" alt="Contact Enterprise" /> | |
| </a> | |
| | |
| <a href="https://ritesh-1918.github.io/HELPDESK.AI/"> | |
| <img src="https://img.shields.io/badge/π_SYSTEM_PRESENTATION-111827?style=for-the-badge&logo=googleslides&logoColor=white&labelColor=3b82f6" height="42" alt="System Presentation" /> | |
| </a> | |
| | |
| <a href="https://ritesh19180-ai-helpdesk-api.hf.space/docs"> | |
| <img src="https://img.shields.io/badge/π_API_DOCUMENTATION-111827?style=for-the-badge&logo=swagger&logoColor=white&labelColor=f59e0b" height="42" alt="API Documentation" /> | |
| </a> | |
| <br/><br/> | |
| </div> | |
| > [!NOTE] | |
| > ### Eliminating the Manual Triage Bottleneck | |
| > Helpdesk.ai uses deep-learning neural networks and 4-layer enterprise architecture to categorize, prioritize, and resolve IT issues in milliseconds. | |
| <br/> | |
| <div align="center"> | |
| ## π Navigation Hub | |
| | π§© **Platform Vision** | ποΈ **Under the Hood** | π **Next Steps** | | |
| | :--- | :--- | :--- | | |
| | β§ [Why Helpdesk.AI?](#why-helpdeskai)<br>β§ [The Enterprise Evolution](#the-enterprise-evolution) | β§ [System Architecture](#system-architecture)<br>β§ [The AI Neural Pipeline](#the-ai-neural-pipeline) | β§ [Deployment / Setup](#deploy)<br>β§ [Future Roadmap](#roadmap) | | |
| </div> | |
| <br/> | |
| > [!IMPORTANT] | |
| > <h2 id="why-helpdeskai">π― Why Helpdesk.AI?</h2> | |
| > | |
| > Helpdesk.AI is more than just a ticketing tool; it is a **Neural Service Orchestrator** designed for modern enterprises. It provides massive ROI by: | |
| > | |
| > 1. **Eliminating the Triage Bottleneck**: By using context-aware AI (DistilBERT), it categorizes 100% of tickets in milliseconds, bypassing the L1 support line entirely. | |
| > 2. **Proactive Resolution**: Integrated LLMs (GitHub Models/Gemini) analyze issues during creation to suggest "Instant Fixes," severely reducing actual ticket volume. | |
| > 3. **Tiered Multi-Tenancy**: Built for true SaaS isolation, it securely isolates completely separate companies within a single Supabase database. | |
| --- | |
| <h2 id="the-enterprise-evolution">π The Enterprise Evolution</h2> | |
| Helpdesk.ai isn't just a ticketing tool; it's heavily engineered. Built to handle the complex requirements of modern organizations, it scales support without scaling headcount. | |
| ### ποΈ 4-Layer Permission Matrix | |
| | Layer | Audience | Primary Capabilities | | |
| | :--- | :--- | :--- | | |
| | **π Master Admin** | Global Overseers | Tenant Registration, Company Onboarding, Global Health Monitoring. | | |
| | **π’ Company Admin** | IT Management | Org-specific Dashboard, User Auditing, Sentiment Analytics. | | |
| | **π€ Standard User** | Employees | AI-Powered Ticket Creation, Semantic Search, Real-time Status. | | |
| | **π Public Layer** | Prospects | Premium journey, Sales Engineering contact, Live Pricing tiers. | | |
| --- | |
| <h2 id="system-architecture">ποΈ System Architecture</h2> | |
| Helpdesk.ai utilizes a clean, decoupled architecture built for production operations. | |
| ```mermaid | |
| graph TD | |
| A["User (Frontend)"] -->|"Submits Issue"| B("FastAPI Backend") | |
| B -->|"Text Processing"| C{"AI Inference Engine"} | |
| C -->|"DistilBERT v3"| D["Categorization Routing"] | |
| C -->|"NER Engine"| E["Entity Extraction"] | |
| C -->|"GitHub Models Inference"| F["Generative Resolves"] | |
| D --> G[("Supabase DB")] | |
| E --> G | |
| F --> G | |
| G -->|"Real-time WebSocket"| A | |
| G -->|"Dashboard Aggregation"| H["Admin Portal"] | |
| ``` | |
| --- | |
| <h2 id="the-ai-neural-pipeline">π§ The AI Neural Pipeline</h2> | |
| Under the hood, Helpdesk.ai leverages a custom suite of high speed models. | |
| <table width="100%"> | |
| <tr> | |
| <td width="50%" valign="top"> | |
| <h3>1. High-Precision Classification</h3> | |
| <p>Driven by <b>DistilBERT v3</b>, our classifier understands technical context and user sentiment to assign accurate Impact Scores.</p> | |
| <h3>2. NER Metadata Harvesting</h3> | |
| <p>Automatically extracts vital technical identifiers without making the user fill out long dropdown forms:</p> | |
| <ul><li>Hostnames, Serial Numbers, IP Addresses.</li></ul> | |
| </td> | |
| <td width="50%" valign="top"> | |
| <h3>3. Duplicate Prevention</h3> | |
| <p>If two users report the same outage, our <code>sentence-transformers</code> semantically link them to prevent "Ticket Flooding".</p> | |
| <h3>4. Generative OCR</h3> | |
| <p>Built-in screenshot analysis pulls error codes directly out of images. We process the images securely in milliseconds.</p> | |
| </td> | |
| </tr> | |
| </table> | |
| --- | |
| <h2 id="deploy">π Deployment & Operations</h2> | |
| Create a `.env` file in the `/Frontend` directory: | |
| ```bash | |
| VITE_SUPABASE_URL=https://YOUR_PROJECT_REF.supabase.co | |
| VITE_SUPABASE_ANON_KEY=your_key | |
| VITE_STRIPE_GROWTH_LINK=your_stripe_link | |
| VITE_BACKEND_URL=http://localhost:8000 | |
| ``` | |
| ### Local Installation | |
| ```bash | |
| git clone https://github.com/ritesh-1918/HELPDESK.AI.git | |
| cd HELPDESK.AI/Frontend | |
| npm install | |
| npm run dev | |
| ``` | |
| --- | |
| <h2 id="roadmap">πΊοΈ Roadmap</h2> | |
| - [x] **Phase 1**: Core Ticketing & DistilBERT Categorization. | |
| - [x] **Phase 2**: Multi-tenant SaaS Architecture (Supabase RLS). | |
| - [x] **Phase 3**: GitHub Models integration for generative knowledge-base articles. | |
| - [ ] **Phase 4**: SAP / ServiceNow direct bidirectional sync. | |
| - [ ] **Phase 5**: AI Voice Support Agent via Twilio. | |
| --- | |
| <h2 id="mobile-ecosystem">π± Mobile Ecosystem (V1)</h2> | |
| Helpdesk.ai is now available as a native Android application. It features a complete mobile-first experience for employees and admins. | |
| - **Real-time Status Tracking**: Instant updates on ticket progress with custom in-app notifications. | |
| - **Biometric Ready**: Secure access with enterprise-grade authentication. | |
| - **Smart Onboarding**: Dynamic routing for new users and pending registrations. | |
| - **Session Replay**: Integrated with **LogRocket** for proactive debugging and user support. | |
| [**π₯ Download HelpDesk.ai V1 APK**](./MobileApp/application-2d277b36-4dbd-41c8-806d-cb2f19acf38a.apk) | |
| --- | |
| <div align="center"> | |
| Built with <span style="color:#10b981;">π</span> by the <strong>HELPDESK.AI Professional</strong> Team. | |
| </div> | |