Gpt3 Email Generator
Using the GPT3 Language model, I create a web application that generates convincing looking emails and then sends them via Gmail. The user interacts with a frontend made with Streamlit
Install / Use
npx skills add azavalny/gpt3-email-generatorInstalls into whichever agent you are using.
README
Generating Emails with GPT3
How to run this on your local computer:
- Sign up for an OpenAI account and put your private key in ml_backend.py
- Clone & Download this repo
- Install streamlit by using pip install streamlit and openai by using pip install openai
- In the project folder, open a terminal and enter streamlit run emailapp.py
Business Benefits and Usecases:
- Time saved writing medium-long sized emails
- Anxiety of writing a professional sounding email is removed as the GPT3 Language model used is trained from a variety of many different internet sources
- Mental energy is conserved
Features:
- Implemented the OpenAI GPT-3 Davinci Language model
- Deploying & Configuring Web apps with Heroku CLI
- Interactive & clean front-end using using Streamlit
- Automatically generating emails in Gmail using hyperlinks
Related Skills
python-debugpy
385.6kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.6kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries

