Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lucasmccabe/emailGPT

a quick and easy interface to generate emails with ChatGPT
https://github.com/lucasmccabe/emailGPT

chatgpt gpt nlp openai productivity streamlit

Last synced: about 1 month ago
JSON representation

a quick and easy interface to generate emails with ChatGPT

Lists

README

        

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://lucasmccabe-emailgpt-app-jspyxu.streamlit.app/)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub Repo stars](https://img.shields.io/github/stars/lucasmccabe/emailGPT?style=social)

# emailGPT

`emailGPT` is a quick and easy interface to generate emails with [ChatGPT](https://openai.com/blog/chatgpt/). To try it out, click the "Open in Streamlit" button above, or click [here](https://lucasmccabe-emailgpt-app-jspyxu.streamlit.app/).

> Note: This Streamlit app is no longer functional, after OpenAI added Cloudflare protections to their API (12/12/2022)

drawing

## Table of Contents
* [Table of Contents](#table-of-contents)
* [Examples](#examples)
* [Usage](#usage)
* [Installation](#installation)
* [Contact](#contact)
* [License](#license)

## Examples

vader


pooh


coyote

## Usage

`emailGPT` is deployed as a `Streamlit` app. It is available [here](https://lucasmccabe-emailgpt-app-jspyxu.streamlit.app/).

## Installation

If you're using the [`Streamlit`](https://lucasmccabe-emailgpt-app-jspyxu.streamlit.app/) app, no installation is necessary. Otherwise:

##### Installation via GitHub
Clone the repo from [here](https://github.com/lucasmccabe/emailGPT) (this repo).

Install requirements:
```bash
pip install -r requirements.txt
```

## Contact

Questions? Reach out:
- Lucas ([email](mailto:[email protected]))

## License
[MIT](https://choosealicense.com/licenses/mit/)