Skip to content

evtran0209/Hotbound.AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotbound.AI

Hotbound AI Tech Stack Explanation & Schema

Company Overview

In today’s competitive business landscape, several companies are facing a critical issue: salespeople are burning through valuable leads due to a lack of communication skills. Many salespeople struggle with engaging potential customers and convincingly advertising a product, resulting in wasted potential and resources. In fact, failing to close the skills gap may result in a $8.5 trillion loss in annual revenues globally by the year 2030. Companies from various industries suffer from significant revenue loss and lack of growth. Standard company training and CRM platforms are insufficient solutions. Salespeople need a medium to practice that offers a customized learning experience. This is where Hotbound.ai comes in. Hotbound.ai simulates a real-life conversation with potential customers and reviewers. The experience is built upon customer profiles, such as LinkedIn, as well as product and salesperson information; therefore, it is personalized to all parties involved. Our AI-powered system analyzes individual performance data to identify specific skill gaps and tailors recommendations and notes to the salesperson’s targeted skill improvement needs. The platform provides structural strategies, feedback, and detailed analytics on all parties involved. The average return on investment for sales training is 353%, promising significant gains from addressing skill gaps. Hotbound.ai is raising the temperature and propelling companies to secure hot leads one salesperson at a time!

Tech Stack Overview

  1. Frontend: i. Swift UI for iOS app development ii. NavigationStack for app navigation
  2. Backend: i. Flask ii. ChromaDB for Vector Database
  3. AI and Machine Learning: i. Gemini 1.5 for LinkedIn profile analysis
  4. Voice Processing: i. Deepgram for real-time voice transcription ii. Vapi.ai for AI voice response generation

Schematic of Architecture

graph TD
   A[("iOS App")]:::iosApp


   %% Main Components
   B["Frontend (Swift UI)"]:::frontend
   C["AI & ML"]:::aiml
   D["Voice Processing"]:::voice
   E["Context Integration"]:::context
   F["Backend"]:::backend


   %% Frontend Components
   B1["Navigation Stack"]:::frontendComp
   B2["Profile Upload"]:::frontendComp
   B3["Context Input"]:::frontendComp
   B4["Call Simulation UI"]:::frontendComp


   %% AI & ML Components
   C1["Gemini 1.5"]:::aimlComp


   %% Voice Processing Components
   D1["Deepgram"]:::voiceComp
   D2["Vapi.ai"]:::voiceComp


   %% Backend Components
   F1["Flask"]:::backendComp
   F2["Vector Database: ChromaDB"]:::backendComp


   %% Connections
   A --> B
   A --> C
   A --> D
   A --> E
   A --> F


   B --> B1
   B --> B2
   B --> B3
   B --> B4


   C --> C1


   D --> D1
   D --> D2


   F --> F1
   F --> F2


   %% Subcomponents and their connections
   C1 --> |"LinkedIn Profile Analysis"| C1a["Persona Creation"]:::subComp


   D1 --> |"Real-time Voice Transcription"| D1a["User Input Processing"]:::subComp
   D2 --> |"Voice Response Generation"| D2a["AI Voice Generation"]:::subComp



   %% Styling
   classDef iosApp fill:#3498db,stroke:#2980b9,stroke-width:2px,color:#fff,font-weight:bold
   classDef frontend fill:#f1c40f,stroke:#f39c12,stroke-width:2px,color:#333
   classDef aiml fill:#9b59b6,stroke:#8e44ad,stroke-width:2px,color:#fff
   classDef voice fill:#e67e22,stroke:#d35400,stroke-width:2px,color:#fff
   classDef context fill:#e74c3c,stroke:#c0392b,stroke-width:2px,color:#fff
   classDef backend fill:#2ecc71,stroke:#27ae60,stroke-width:2px,color:#fff
   classDef frontendComp fill:#f9e79f,stroke:#f39c12,stroke-width:1px,color:#333
   classDef aimlComp fill:#d2b4de,stroke:#8e44ad,stroke-width:1px,color:#333
   classDef voiceComp fill:#f5cba7,stroke:#d35400,stroke-width:1px,color:#333
   classDef contextComp fill:#f1948a,stroke:#c0392b,stroke-width:1px,color:#333
   classDef backendComp fill:#a9dfbf,stroke:#27ae60,stroke-width:1px,color:#333
   classDef subComp fill:#ecf0f1,stroke:#bdc3c7,stroke-width:1px,color:#333






Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors