CoolFace
Apppublic

pikto/GPT3-Dataset-Generator

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
App README

...

๐Ÿค– GPT3 Dataset Generator

About the app

![Streamlit App](https://gpt3-dataset-generator.streamlit.app/)

This app generates datasets using GPT3. It was developped by Charly Wargnier and Tony Kipkemboi, as part of the โ„๏ธ Snowflake 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 is a large language generation model developed by OpenAI 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 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