Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raheesahmed/prompts-master

Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.
https://github.com/raheesahmed/prompts-master

assistants-api chatgpt-api openai openai-assistant-api openai-chatgpt

Last synced: about 1 month ago
JSON representation

Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.

Awesome Lists containing this project

README

        

## Prompts Master

Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.

![screenshot](public\nextjs-screenshot.png)

## Setup

Clone the repository:

```
git clone https://github.com/RaheesAhmed/prompts-master.git
```

```
cd prompts-master
```

Install dependencies and start the server:

```
cd backend
```

```
npm install
```

```
npm start
```

Open a new terminal:

```
cd ../promptmaster
```

```
npm install
```

```
npm run dev
```

Open localhost:3000 in your browser to test the prompts.