Skip to content

AI-Insytes/ai-leads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Leads

Installation

  1. Clone project repository

  2. Navigate to the cloned repository if not already

  3. Install Python if not already

  4. Create and activate a virtual environment

    python3 -m venv .venv

    source .venv/bin/activate (Linux/Mac)

    source .venv/Scripts/activate (Windows)

  5. Install dependencies

    pip install -r requirements.txt

  6. Install Playwright dependencies (only required if you have not used Playwright on your system before)

    playwright install

Run App

Leads data and generated messages will be saved in the leads_and_messages directory as a csv file

CLI

From the root of the installed directory run the main module python -m app.app

GUI

From the root of the installed directory run the main module python -m app.gui.gui

Project Members

Lead Generation App MVP

An app to assist with finding people of interest:

  • User input (to command line)
  • Stretch: Generate top keywords for the target via AI
  • Search capability based on user input of the internet or specific app [LinkedIn public profiles]
  • Database storage of results
    • Name
    • Relevant information about person/company
    • Way to find them LinkedIn profile link (public)
  • AI generated messaging suggested to user
    • Based on information gathered from search
    • limited by specified length

Pain Points:

  • Eases the difficulty of reaching the “early adopters” (first people interested in buying the product) in early stage of business growth
  • Reduces time for each outreach

Project Documentation

Project Deck

AI Leads

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages