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: 3 months ago
JSON representation
a quick and easy interface to generate emails with ChatGPT
- Host: GitHub
- URL: https://github.com/lucasmccabe/emailGPT
- Owner: lucasmccabe
- License: mit
- Created: 2022-12-07T04:27:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T23:17:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T03:31:01.597Z (6 months ago)
- Topics: chatgpt, gpt, nlp, openai, productivity, streamlit
- Language: Python
- Homepage: https://lucasmccabe-emailgpt-app-jspyxu.streamlit.app/
- Size: 129 KB
- Stars: 228
- Watchers: 4
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-ChatGPT - emailGPT
- awesome-chatgpt - emailGPT - a quick and easy interface to generate emails with ChatGPT
- awesome-chatgpt - emailGPT
- awesome-chatgpt - emailGPT
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)
## Table of Contents
* [Table of Contents](#table-of-contents)
* [Examples](#examples)
* [Usage](#usage)
* [Installation](#installation)
* [Contact](#contact)
* [License](#license)## Examples
## 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/)