Free Prompt Library


The Prompt Library is an innovative tool offering a curated collection of free text, image, and video prompts across various domains. Designed for seamless execution on generative AI platforms like ChatGPT, Bard, Claude, and others, it’s a go-to resource for enhancing AI interactions and creativity.


Prompt Name Prompt Type Category Actions
Building a Predictive Model from Dataset Act as a data scientist and code for me. I have a dataset of [DESCRIBE DATASET] that I uploaded. Please build a machine learning model that predicts [TARGET VARIABLE]. Text Machine Learning, Data Analysis
Copy Add
Optimizing Python Pandas Code for Efficiency Act as a Python code optimizer. Point out what's wrong with the following pandas code and optimize it? [INSERT CODE] Text Pandas Optimization, Python, Data Processing
Copy Add
Optimizing Hyperparameters in Machine Learning Model Act as a data scientist and code for me. I have trained a [MODEL DETAILS INCLUDING ALGORITHM, PROGRAMMING LANGUAGE]. Write the code to tune the hyperparameters. Text Hyperparameter Tuning, Model Optimization
Copy Add
Decoding SQL Code and Its Function Act as a. Explain to me what this SQL code is doing? [INSERT SQL CODE] Text Database Query Analysis, SQL
Copy Add
Understanding and Analyzing Code Functionality Act as a code explainer. What is this code doing? [INSERT CODE] Text Code Explanation, Programming, Code Analysis
Copy Add
Unit Test Writing for Function Act as an expert programmer in [PROGRAMMING LANGUAGE]. Write unit tests for the function [FUNCTION NAME]? [INSERT INSTRUCTIONS, IF ANY] [INSERT CODE] Text Unit Testing, Quality Assurance, Programming
Copy Add
Function Explanation in Programming Act as an Expert Coder in [PROGRAMMING LANGUAGE]. I don't understand this function. Can you please explain what it does, and provide an example? [INSERT FUNCTION] Text Code Explanation, Education, Programming
Copy Add
Code Optimization Request Act as a code optimizer in [PROGRAMMING LANGUAGE]. [DESCRIBE PROBLEM WITH THE CODE]. Can you make the code [CLEANER/RUN FASTER/MORE READABLE]? [INSERT CODE] Text Code Optimization, Performance, Readability
Copy Add
Programming Language Error Analysis Act as a [PROGRAMMING LANGUAGE] programmer. Here is a piece of [PROGRAMMING LANGUAGE] code representing [PROBLEM STATEMENT][INSERT CODE SNIPPET] I am getting the following error [INSERT ERROR]. What is the reason for the bug? Text Programming, Debugging, Error Analysis
Copy Add
Code Translation Between Languages Act as an expert programmer in [PROGRAMMING LANGUAGE]. Translate the following code in [PROGRAMMING LANGUAGE] to [ANOTHER PROGRAMMING LANGUAGE]. [INSERT CODE] Text Code Translation, Language Proficiency, Programming
Copy Add
Code Simplification Task Act as an expert programmer in [PROGRAMMING LANGUAGE]. Simplify the following code while ensuring that it is [EFFICIENT / READABLE]? [INSERT CODE] Text Code Refactoring, Efficiency, Programming
Copy Add