Skip to content

Shubhamsaboo/kairos_gpt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕹️ GPT-3 Sandbox

🧠 Powered by Kairos Data Labs[?]

🏁: You need access to the OpenAI API Key to play with this Sandbox: If you dont have the access to the API, please apply here ✌️

👾 Create & deploy GPT-3 powered apps

  • This sandbox is an open-source 🔧to enable anyone turn their GPT-3 app ideas into reality with just a few lines of Python code
  • It is built on top of Streamlit that enables you to quickly create & deploy web applications
  • Streamlit takes care of hosting the endpoint and acts as a frontend interface for the web application

🎈 Try out our Sandbox Application

https://gpt3-sandbox.streamlit.app

💥 Bringing up GPT-3 Sandbox Locally

🍴 Clone the kairos_gpt3 repository using the following command

git clone https://github.com/Shubhamsaboo/kairos_gpt3.git

You need to have python 3.7+ installed, and then you can create a python virtual environment using pip or conda depending on your python setup.

After installing and activating the virtual environment (The commands will differ for windows and linux installations which is clearly specified in the respective documentations), you can cd into the email_generation folder:

cd 'GPT-3 Sandbox'
cd email_generation

From /email_generation folder, you can run the following command to install the required dependencies

pip install -r requirements.txt

After installing the required dependencies, you can bring up the main application to validate that its working in your local enviroment. To bring up the application, you can run the following command from the email_generation folder.

streamlit run gpt_app.py

🎨 How to create an example application

  • To create an app with a basic flow, you can use our default template for Email Generation App
  • This template has a flow that will work well for a couple of basic use-cases and you can use it just by replacing the default training prompt with your application specifc prompt
  • To test the application, provide a one-line task description in the -> Input text box
  • You would then get an Output -> that should give you a good feeling of how to structure your application specifc tasks

🙌 Customize your application & contribute

  • If you want to play with the code and contribute your own application templates, please do! Sharing the knowledge with the GPT-3 community is the key mission of this sandbox ❤️
  • To customize the UI of the web-applicaiton, please refer to the Streamlit 📖

🐾 About the Sandbox

  • This is an open-source 🔧 and it is alive thanks to the awesome GPT-3 community. If you'd like to contribute, please check Collaboration Guidelines
  • If you are curious about what exactly went behind this sandbox, check out the source code
  • We are still working on it and we'd ❤️ to hear from you! If you have ideas how to improve the Sandbox, let us know here. My DMs are open for new ideas and collaborations!

🔗 Connect With Us

  • We are Shubham - LinkedIn | Twitter and Sandra - LinkedIn | Twitter, co-founders of Kairos Data Labs
  • We are super excited to have you here. Our mission is to make the GPT-3 Sandbox accessbile and usable to everyone who wants to build applications with OpenAI's GPT-3 ❤️
  • Come by 🤗 the forum if you'd like to ask questions, post an awesome app, or just say Hi!

📖 Reference Resources

For your reference we have created an array of applications to take inspiration from and come up with new ideas that can be useful for the community in General

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published