💖 Valentines's Message Generator 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/valentines_message_generator/main/app.py♾️ Application Interface

💥 Bringing up the application Locally
🍴 Clone the Valentines_Message_Generator repository using the following command.
git clone https://github.com/Shubhamsaboo/Valentines_Message_Generator.gitYou 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.txtAfter 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 our GPT-3 Sandbox to create GPT-3 based applications for your specific usecases.
📕 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.