Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A-Nama/HMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Hear Me Out

Basic Details

  • Team Name: barbie.dev

  • Team Members: Anjana Sankar

  • Track: Media

  • Problem Statement:
    Great ideas often strike us at unexpected moments—while walking, showering, or chatting with a friend. But these ideas are frequently forgotten before they’re captured or developed. There’s no lightweight, accessible solution to quickly record and structure them into something actionable.

  • Solution:
    Hear Me Out is a GenAI-powered tool that helps you instantly document voice or text ideas and turn them into structured pitch decks. It ensures your fleeting thoughts aren’t lost but preserved in a form you can present, share, or develop further.

  • Project Description:
    Users can either record their idea via voice or type it in. The backend uses Gemini AI to transcribe, interpret, and expand the idea into a structured 10-slide pitch deck. This is then converted into a presentation file and uploaded to Supabase, with a public link and metadata generated and stored.


Technical Details

  • Tech Stack and Libraries Used:

    • Backend: FastAPI (Python), Google Generative AI (Gemini Pro – Text & Audio), Supabase (Database & Storage)
    • Frontend (Prototype): Basic HTML + Tailwind CSS
    • Database Table: pitch_decks
      • Fields: company_name, tagline, original_idea, pdf_url, storage_path
  • Implementation:

    1. User inputs an idea (via audio or text).
    2. Gemini AI transcribes audio and expands the content into a 10-slide pitch.
    3. The generated deck is converted into a PPT file.
    4. The file is uploaded to Supabase Storage.
    5. A public link is returned, and metadata is stored in the database.

Installation and Execution Instructions

git clone https://github.com/yourusername/hearmeout
cd hearmeout
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

Screenshots

WhatsApp Image 2025-07-20 at 12 27 29 WhatsApp Image 2025-07-20 at 12 26 54 WhatsApp Image 2025-07-20 at 12 28 00

Project Demo

Watch a walkthrough of how Hear Me Out works:
▶️ Demo Video


Made with love ❤️ by barbie.dev

About

HackGenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •