Skip to content

ckkhot/pitchsense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors License MIT AgentHacks 2025 – Winner Most Impactful Award Devpost Submission

🚀 PitchSense: Your AI Co-Pilot for Fundraising Success

PitchSense Logo

Streamline investor discovery, pitch generation, and outreach with AI-powered precision.

TL;DR: Instantly match with ideal investors, craft compelling pitches and emails, and track your outreach—all in one place.


🏆 Awards

  • 🥇 Most Impactful Award – AgentHacks 2025
    Selected from 180+ submissions at AgentHacks 2025, hosted by Dex, AfterQuery, and AGI House. This award recognized PitchSense for its real-world relevance, agentic architecture, and polished execution under 24 hours.

📋 Table of Contents

  1. Executive Summary
  2. The Challenge
  3. How It Works
  4. Innovation Highlights
  5. Live Demo & Visuals
  6. Continuous Development Roadmap
  7. Installation & Quick Start
  8. Built With
  9. Project Structure
  10. Contributors
  11. License & Acknowledgments

🧠 Executive Summary

PitchSense addresses the inefficiencies of traditional fundraising. By leveraging AI, it accelerates investor matching, generates tailored outreach materials, and manages communication pipelines end-to-end. The result: faster outreach, higher relevance, and better outcomes for founders.

PitchSense was originally developed at AgentHacks 2025, a leading hackathon focused on responsible, agentic AI systems. The event was hosted by Dex and AfterQuery—both Y Combinator-backed startups—alongside AGI House, bringing together over 500 attendees to tackle real-world problems with intelligent agents. PitchSense was awarded Most Impactful Project for its practical relevance, clean UX, and strong technical execution.

View Devpost Submission

This project was developed as part of the research track Interfaces for Human-AI Collaboration — focused on designing HCI interactions where AI doesn’t just automate, it collaborates.


🚩 The Challenge

Traditional fundraising involves manual investor discovery, generic pitches, and fragmented outreach tracking. This inefficiency wastes valuable founder time and resources, reducing their focus on core business growth.


🔄 How It Works

  1. Investor Matching Engine

    • Captures founder details (sector, stage, traction)
    • Uses semantic search with OpenAI Embeddings and FAISS
    • Provides ranked investor recommendations
  2. Dynamic Pitch Generator

    • Customizes pitch decks and emails using GPT-4
    • Provides confidence tags for human oversight
  3. Outreach Management

    • CRM-lite tracking system (Airtable/Notion integration)
    • Status indicators: Contacted, Replied, Intro Requested

💡 Innovation Highlights

  • Smart Matchmaking: Highly relevant, personalized investor recommendations
  • AI-enhanced Communication: Human-like tone, avoiding robotic phrasing
  • Integrated Outreach Tracking: Real-time CRM synchronization for transparency
  • Human-AI Collaborative Interface (HCI): Seamlessly integrates human judgment with AI suggestions, enhancing decision-making and trust.

🚀 Live Demo & Visuals

PitchSense Demo Preview

Watch Loom Demo


🌟 Continuous Development Roadmap

PitchSense is more than a tool—it's your AI fundraising agent, continuously evolving through advanced AI and human-AI collaboration:

  • Phase 1: Intelligent Automation (Current)

    • Robust investor matching and pitch generation
    • Initial CRM integration for seamless outreach management
  • Phase 2: Enhanced Human-AI Collaboration (Next)

    • Interactive feedback loops to refine AI predictions
    • Real-time human-in-the-loop interventions for critical decisions
    • Enhanced UI/UX design for intuitive human-AI interaction
  • Phase 3: Fully Autonomous Agentic System (Future)

    • Autonomous management of investor communications
    • Predictive analytics to forecast fundraising success
    • Integration with broader fundraising ecosystems

PitchSense aims to empower founders by turning AI into a trusted co-pilot, blending efficiency and human insight seamlessly.


⚙️ Installation & Quick Start

# Clone repository
git clone https://github.com/Avikalp-Karrahe/pitchsense.git
cd pitchsense

# Setup frontend
cd Front-end\ pitchsense
npm install
npm run dev

# Setup backend
cd ../server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn server.main:app --reload

Open http://localhost:8501 to interact.


🛠️ Built With

  • Frontend: Next.js, Tailwind CSS
  • Backend: FastAPI, Python, GPT-4, Anthropic Claude
  • Database: CSV, FAISS embeddings
  • Infrastructure: Vercel, AWS Lambda

🗂️ Project Structure

├── Front-end pitchsense/         # Next.js frontend application
│   ├── public/                   # Static assets
│   ├── src/                      # Source code
│   ├── match_api.py              # Matching helper used by frontend
│   ├── eslint.config.mjs         # ESLint configuration
│   ├── next.config.ts            # Next.js configuration
│   ├── postcss.config.mjs        # PostCSS configuration
│   ├── tailwind.config.ts        # Tailwind CSS configuration
│   ├── tsconfig.json             # TypeScript configuration
│   └── README.md                 # Frontend-specific README
├── server/                       # FastAPI backend
│   ├── llm/                      # LLM integration modules (OpenAI, Anthropic)
│   ├── routes/                   # API routes (investor-match, pitch-gen, etc.)
│   ├── main.py                   # Backend entrypoint
│   └── __pycache__/              # Compiled Python cache
├── data files/                   # CSV datasets for analysis
│   ├── VC_FundStage_Location_Sector.csv
│   ├── Startup Insights (2012–2021).csv
│   └── vc22.csv
├── Python scripts/               # Standalone utility logic
│   ├── agent_runner.py
│   ├── matching.py
│   ├── pitch&email.py
│   ├── confidence_scorer.py
│   ├── generator.py
│   ├── clarifier.py
│   ├── improver.py
│   └── llm_router.py
├── requirements.txt              # Backend dependencies
├── .env                          # Environment variables (not committed)
└── README.md                     # This documentation

👥 Contributors

Name Role LinkedIn GitHub
Rachel Guo Frontend Lead LinkedIn GitHub
Chaitanya Khot UI/UX Lead LinkedIn GitHub
Yifei (Lexie) Li Backend Lead LinkedIn GitHub
Avikalp Karrahe AI Systems Lead LinkedIn GitHub

📜 License & Acknowledgments

Distributed under the MIT License.

Special thanks to the organizers of AgentHacks 2025—including Dex, AfterQuery, and AGI House—for fostering a space where ambitious agentic ideas like PitchSense could be built and celebrated.

⭐️ If you found PitchSense valuable, please star our Devpost Submission and share it with your network! ⭐️
You made it all the way here! Thank you for your time and support 🙌

About

PitchSense is an innovative platform that leverages artificial intelligence to analyze and enhance startup pitches, helping entrepreneurs connect with the right investors and improve their fundraising success.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 53.8%
  • TypeScript 45.0%
  • Other 1.2%