Skip to content

Uses GPT to create a personal profile based on email or internet search

License

Notifications You must be signed in to change notification settings

hpharmsen/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT biography generator

Introduction

Project that uses GPT-3.5-turbo to generate biographies of people based on the e-mails those people have sent to your GMail account.

Installation

  1. Install dependencies:
python -m pip install -r requirements.txt
  1. Create an OpenAI acccount here
  2. Create an OpenAI api key here
  3. Create an .env file with the following:
OPENAI_API_KEY=your_openai_api_key
EMAIL_UN=your_email
EMAIL_PW=gmail_app_password
PERSON=Name of person you want to make a bio of

Usage

python main.py

About

Uses GPT to create a personal profile based on email or internet search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages