pikto commited on
Commit
4a3e9c5
Β·
1 Parent(s): 0fecb01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -11
README.md CHANGED
@@ -1,13 +1,37 @@
1
- ---
2
- title: GPT3 Dataset Generator
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.25.0
8
- app_file: app.py
9
- pinned: false
10
- license: afl-3.0
11
- ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ ...
2
+ # πŸ€– GPT3 Dataset Generator
 
 
 
 
 
 
 
 
 
3
 
4
+ ## About the app
5
+
6
+ [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://gpt3-dataset-generator.streamlit.app/)
7
+
8
+ 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.
9
+
10
+ <div style="display:flex;">
11
+ <img src="https://user-images.githubusercontent.com/27242399/208650139-8f6bd9bc-bf38-4a6e-886c-a2d93a350335.png" height="250">
12
+ <img src="https://user-images.githubusercontent.com/27242399/208647034-47fdbb66-29eb-4e6a-a6a3-311650d2cfc1.png" height="250">
13
+ <img src="https://user-images.githubusercontent.com/27242399/208649050-55c9d615-95a1-44c2-8262-87423c2e62ae.png" height="250">
14
+
15
+ </div>
16
+
17
+ ## What is GPT-3?
18
+
19
+ [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.
20
+
21
+ ## 🎈 What is Streamlit?
22
+
23
+ [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.
24
+
25
+ ## πŸ“– Resources
26
+
27
+ - OpenAI
28
+ - [OpenAI Playground](https://beta.openai.com/playground)
29
+ - [OpenAI Documentation](https://beta.openai.com/docs)
30
+ - Streamlit
31
+ - [Documentation](https://docs.streamlit.io/)
32
+ - [Gallery](https://streamlit.io/gallery)
33
+ - [Cheat sheet](https://docs.streamlit.io/library/cheatsheet)
34
+ - [Book](https://www.amazon.com/dp/180056550X) (Getting Started with Streamlit for Data Science)
35
+ - Deploy your apps using [Streamlit Community Cloud](https://streamlit.io/cloud) in just a few clicks
36
+ ...
37
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference