Skip to content

bizrockman/business-service-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Business Service Offering Generator

Give an LLM a job posting, get out a pain point and service offering that that would alleviate that point.

Getting Started

  1. Initialize virtual environment
    • python3 -m venv venv
    • source venv/bin/activate
  2. Install packages
    • pip install -r requirements.txt
  3. Create .env file
    • touch .env
    • Add ANTHROPIC_API_KEY=api_key
  4. Run script
    • python simple.py

If you're looking to follow along, find the tutorial here ->

Find the tutorial here: https://youtu.be/vpOaBUNmDjQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%