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 |
---|---|---|---|---|
Engaging and Resourceful Learning Platform Designed for Students | Create a [THEME SUCH AS STUDENTS-ORIENTED] UI for an online education platform that makes it easy for users to find and enroll in courses. [INSERT FURTHER WEBSITE DETAILS] | Image | Education, Student, Learning, Online Courses | |
Simplify Your Commutes with Efficient Transportation Navigation App | Create a [THEME SUCH AS TRANSPORT] UI for a transportation app that helps users plan and navigate their commutes. [INSERT FURTHER APP DETAILS] | Image | Travel, Travel Planner | |
Discover Delicious and Healthy Meal Planning Made Easy | Create a [THEME SUCH AS YUMMY] UI for a meal planning and recipe app that makes it easy for users to plan and cook healthy meals. [INSERT FURTHER APP DETAILS] | Image | Health, Cooking, Recipes | |
Enhance Team Collaboration with Organized Project Management Solutions | Create a [THEME SUCH AS ORGANIZED-LIFE] UI for a project management app that helps teams collaborate and stay organized. [INSERT FURTHER APP DETAILS] | Image | Collaboration, Project Management, Operational Efficiency | |
Easy Travel Planning with Flights and Hotels Booking App | Create a [THEME SUCH AS FLIGHTS, HOTELS BOOKING BASED] UI for a travel planning app that helps users find and book flights, hotels, and activities. [INSERT FURTHER APP DETAILS] | Image | Travel Planner, Flight Deals, Hotel Bookings | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
Comparing Algorithm Efficiency in Python | Act as a software developer. I would like to compare the efficiency of two algorithms that perform the same task in Python. Write code that helps me run an experiment that can be repeated for 5 times. Output the runtime and other summary statistics of the experiment. [INSERT FUNCTION] | Text | Algorithm Efficiency, Python, Performance Analysis | |
Understanding and Analyzing Code Functionality | Act as a code explainer. What is this code doing? [INSERT CODE] | Text | Code Explanation, Programming, Code Analysis | |
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 |