---
license: apache-2.0
title: GPT3-Dataset-Generator
sdk: streamlit
emoji: 📊
colorFrom: pink
colorTo: gray
pinned: true
---
...
# 🤖 GPT3 Dataset Generator
## About the app
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://gpt3-dataset-generator.streamlit.app/)
This app generates datasets using GPT3. It was developped by [Charly Wargnier](https://twitter.com/DataChaz) and [Tony Kipkemboi](https://twitter.com/_townee), as part of the ❄️ [Snowflake](https://www.snowflake.com/en/) Snowvation Hackathon.
## What is GPT-3?
[GPT-3](https://en.wikipedia.org/wiki/GPT-3) is a large language generation model developed by [OpenAI](https://openai.com/) that can generate human-like text. It has a capacity of 175 billion parameters and is trained on a vast dataset of internet text. It can be used for tasks such as language translation, chatbot language generation, and content generation etc.
## 🎈 What is Streamlit?
[Streamlit](https://streamlit.io) is an open-source Python library that allows users to create interactive, web-based data visualization and machine learning applications without the need for extensive web development knowledge.
## 📖 Resources
- OpenAI
- [OpenAI Playground](https://beta.openai.com/playground)
- [OpenAI Documentation](https://beta.openai.com/docs)
- Streamlit
- [Documentation](https://docs.streamlit.io/)
- [Gallery](https://streamlit.io/gallery)
- [Cheat sheet](https://docs.streamlit.io/library/cheatsheet)
- [Book](https://www.amazon.com/dp/180056550X) (Getting Started with Streamlit for Data Science)
- Deploy your apps using [Streamlit Community Cloud](https://streamlit.io/cloud) in just a few clicks
...