Spaces:
Runtime error
Runtime error
File size: 2,158 Bytes
976e8b4 4a3e9c5 62b4a06 4a3e9c5 c8a3f38 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
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.
<div style="display:flex;">
<img src="https://user-images.githubusercontent.com/27242399/208650139-8f6bd9bc-bf38-4a6e-886c-a2d93a350335.png" height="250">
<img src="https://user-images.githubusercontent.com/27242399/208647034-47fdbb66-29eb-4e6a-a6a3-311650d2cfc1.png" height="250">
<img src="https://user-images.githubusercontent.com/27242399/208649050-55c9d615-95a1-44c2-8262-87423c2e62ae.png" height="250">
</div>
## 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
... |