/javascript_wizard

GPT-3 powered intelligent question answering wizard

Primary LanguagePython

πŸ§™β€β™€οΈ JavaScript Wizard powered by GPT-3

🏁: 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 ✌️

🎈 Try out the Live Application

https://share.streamlit.io/shubhamsaboo/javascript_wizard/main/app.py

♾️ Application Walkthrough

IMAGE ALT TEXT HERE

πŸ’₯ Bringing up the application Locally

🍴 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

🎨 How to create more such applications?

πŸ•ΉοΈ 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.