Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Startup Copilot (Work-in-Progress)

Note: The project showcases integrations of LLMs with real-world productivity tools. This is an in-progress GenAI tool.


🧠 What is Startup Copilot?

Startup Copilot is a generative AI-powered assistant for early-stage startup founders.

It helps with:

  • 🧠 Idea validation (Google Trends + LLM)
  • ⚙️ Workflow generation
  • 📊 Business case analysis
  • 🎯 Go-To-Market strategy
  • 📣 Pitch deck drafting

All results can be optionally synced to Notion!


🏗️ Architecture

  • Frontend: Gradio UI (tab-based)
  • Backend: Modal Functions (GPU, torch, transformers)
  • Models Used: Zephyr 7B, Mistral 7B
  • APIs: Google Trends via PyTrends, Notion API
  • Deployment: FastAPI wrapped in Modal's ASGI App

📦 Setup Instructions

Clone the repo and add your .env file with these variables:

MODAL_BASE=https://your-modal-app.modal.run
NOTION_TOKEN=your-notion-secret
NOTION_DATABASE_ID1=your-notion-db

Then install dependencies:

pip install -r requirements.txt

Run locally:

python app.py

🔍 Screenshots

(Add 1–2 images or a small GIF of your Gradio UI here if possible)


🚧 Work in Progress

  • Modal deployment
  • LLM-based modules
  • Notion integration
  • PDF Pitch Deck formatting
  • User auth and history
  • Deployment to HF Space or Vercel (planned)

💬 Why I Built This

I’m exploring ways to make GenAI truly useful for early-stage founders. This project is part of my self-driven learning, applying APIs, cloud, and LLMs in practical ways.


🧠 Skills Demonstrated

  • Prompt engineering for multiple agent roles
  • LLM model handling with Hugging Face + torch
  • Modal app building (FastAPI + GPU infra)
  • API integration (Google Trends, Notion)
  • Frontend UX with Gradio

📄 License

MIT

About

AI-powered assistant for startup founders. Generates workflows, pitch decks, GTM strategies, and business cases using Zephyr/Mistral LLMs. Integrates with Notion and Google Trends. Built with Gradio, FastAPI, and deployed via Modal.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages