Skip to content

nehiljain/find-your-mate-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-your-mate-ai

Overview

The Find Your Mate AI project is designed to scrape and process cofounder matching profiles from startupschool.org. It involves scraping the web pages, extracting relevant information, and storing it in a structured format for Querying them.

This is a project born out of my own itch and helps me learn how to use LLM's to build a search based apps.

Setup and Installation

Prerequisites

Installation

  1. Clone the repository:
   git clone https:/your-repository/find_your_mate_ai.git
   cd find_your_mate_ai
  1. Install PDM (Python Dependency Manager):
brew install pdm
  1. Install the project dependencies:
pdm install
pdm run playwright install
  1. Export Cookies by following the instructions at EditThisCookie Chrome Extension

Environment Variables

  • Create settings.toml and .secrets.toml in the root directory of the project and add the following environment variables:

Running the scripts

Scraper

To scrape the cofounder matching profiles, run the following command:

pdm run python src/find_your_mate_ai/scraper.py --cookie-path ".startupschool-cookie.json"

Data Ingestion

To ingest the data from the specified directory path and index it using LlamaIndex, run the following command:

pdm run python src/find_your_mate_ai/data_ingestion.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published