Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.98 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.98 KB

🤖 GPT3 Dataset Generator

About the app

Streamlit App

This app generates datasets using GPT3. It was developped by Charly Wargnier and Tony Kipkemboi, as part of the ❄️ Snowflake Snowvation Hackathon.

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