Chat GPT - Example Queries
ChatGPT stands for "Chat Generative Pre-trained Transformer". It is a language model developed by OpenAI that uses the Transformer architecture and has been pre-trained on a large corpus of text data. The model is capable of generating human-like responses to text inputs and can be used for a variety of natural language processing tasks, including language translation, question-answering, and chatbot applications.
Example Query for BMI calculator building via Flask:
- Write me BMI calculator web app using flask.
Once you get the response, you can enter below query. - Apply some styling to the website.
- If you get any error, you can query below
I got an error on the webpage:
<Complete error message with exception class> - You can do the changes in code via query e.g.,
Use a dark grey color for "BMI Calculator" text.
Example query for Desktop app:
- Get the framework :
What is the best desktop GUI library in Python for data visualisation graphs with other widgets on the GUI? - Get the test data :
create some CSV data containing two columns, a date column and a temperature column. Create some random daily temperature data.
The above query will return the python code for test data. - Write an app using PyQT and matplotlib, where user can select a date range, press a button and get a graph of temperature on the GUI for the selected dates. The data should be taken from a CSV file which has a Date and a Temperature column.
Comments
Post a Comment