Skip to content

FastAPI service that crawls through a sitemap and uses an LLM to brainstorm trtlpost email series ideas

Notifications You must be signed in to change notification settings

jackmuva/trtl-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trtl-AI

This service is used to brainstorm ideas for email series, when inputting a website.

TrtlAI with crawl through the website map and extract all relevant data. The data will be fed into an LLM model to help brainstorm email series ideas.

Setting up project

  • if a venv is not created: python -m venv venv
  • source venv/bin/activate
  • use pip install -r requirements.txt
  • when adding new packages use pipreqs ./ --force to rewrite requirements.txt
  • use fastapi dev main.py to run dev server

About

FastAPI service that crawls through a sitemap and uses an LLM to brainstorm trtlpost email series ideas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages