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
Rarely Discussed Statistics Analysis Please share interesting stats about [INSERT THE TOPIC HERE] that very few people are talking about. Please cite your sources. Text Social media, Blogging, Podcast, Marketing
Copy Add
Competitor Frequent Topics Analysis What topics does [insert competitor URL] discuss the most frequently? Text Marketing, Blogging
Copy Add
Crafting Linux Terminal Commands Act as a Linux terminal expert. Write the code to [DESCRIBE REQUIREMENTS] Text Linux Terminal, Command Line Scripting, System Administration
Copy Add
Documenting a Python Function Act as a software developer. Provide documentation for func1 below. [INSERT FUNCTION] Text Code Documentation, Programming
Copy Add
Explaining Machine Learning Models Using LIME Act as a data scientist and explain the model's results. I have trained a scikit-learn [ALGORITHM NAME] model and I would like to explain the output using LIME. Write the code. Text LIME, Model Interpretability, Scikit-Learn
Copy Add
Interpreting Model Output with Shap Plots Act as a data scientist and explain the model's results. I have trained a scikit-learn [ALGORITHM NAME] model and I would like to explain the output using a series of plots with Shap. Write the code. Text Shap, Scikit-Learn
Copy Add
Automating Model Selection with TPOT for Prediction Act as an automatic machine learning (AutoML) bot using TPOT. I am working on a model that predicts [TARGET VARIABLE NAME]. Write Python code to find the best classification model with the highest AUC score on the test set. Text AutoML, TPOT, Classification Model
Copy Add
Correcting and Optimizing Poorly Written Code Act as a code optimizer. The code is poorly written. How do I correct it? [Insert code here] Text Code Correction, Optimization Techniques, Programming
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
Time Series Analysis for Predictive Modeling Act as a data scientist and code for me. I have a time series dataset [DESCRIBE DATASET] that I uploaded. Build a machine learning model that predicts [TARGET VARIABLE]. Use [TIME RANGE] for train and [TIME RANGE] for validating the model. Text Time Series Analysis, Machine Learning
Copy Add
Parallelizing Code for Improved Efficiency Act as a [PROGRAMMING LANGUAGE] expert. Help me parallelize the following code across threads? [INSERT CODE] Text Code Parallelization, Multithreading, Programming
Copy Add
Enhancing Code Time Complexity Act as a software developer. Help me improve the time complexity of the code below. [INSERT CODE] Text Time Complexity Improvement, Code Optimization, Efficiency
Copy Add
Demystifying Google Sheets Formulas Act as a Google Sheets formula explainer. Explain the following Google Sheets command. [INSERT FORMULA] Text Google Sheets Formula, Spreadsheet, Function 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
Speeding Up SQL Code Execution Act as a SQL code optimizer. The following code is slow. Can you help me speed it up? [INSERT SQL] Text SQL Optimization, Database Performance
Copy Add