pikto's picture
Update README.md
976e8b4

A newer version of the Streamlit SDK is available: 1.41.1

Upgrade
metadata
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

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