8000 GitHub - arthrod/my_ai_intern
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arthrod/my_ai_intern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LeadGen Sales Tool

Features

  • Scrape leads from Reddit and X (NYC Real Estate)
  • Dashboard: view, call, and close leads
  • Voice calls via Twilio + ElevenLabs agent
  • LLM-powered conversation
  • Transcript logging

Tech Stack

  • Backend: Flask, Playwright, Twilio, ElevenLabs, LLM (Gemini/GPT-4), SQLite
  • Frontend: React, Tailwind UI

Setup

  1. Copy .env.example to .env and fill in your API keys
  2. cd backend && pip install -r requirements.txt
  3. cd frontend && npm install
  4. Run backend: python app.py
  5. Run frontend: npm start

Env Vars

See .env.example for required configs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.8%
  • JavaScript 43.1%
  • HTML 1.8%
  • CSS 0.3%
0