π: Access to OpenAI API Key is required to use this application: It's simple to get with (no waitlist! + free credits!). If you don't have it, apply here βοΈ
https://share.streamlit.io/shubhamsaboo/javascript_wizard/main/app.py
π΄ Clone the javasrcipt_wizard
repository using the following command.
git clone https://github.com/Shubhamsaboo/javascript_wizard.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 documentation), 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 it's working in your local environment. To bring up the application, you can run the following command.
streamlit run app.py
πΉοΈ Check out GPT-3 Club to get started with building AI products using GPT-3 in three simple steps.
π Follow my upcoming O'Reilly Book "GPT-3: Building Innovative NLP Products using LLMs"
π€ Read my blogs for a detailed walkthrough of various end-to-end GPT-3 based applications.