Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 831 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 831 Bytes

JMESCraft

JMESCraft is a web application that allows you to generate JMESPath queries using the power of OpenAI's GPT-3.5-turbo model. This project is built using Next.js 13 and utilizes the OpenAI API.

The public site can be accessed at https://jmescraft.netlify.app.

Installation

  1. Clone the repository:
git clone https://github.com/kacesensitive/jmescraft.git
  1. Install the dependencies:
yarn install
  1. Start the development server:
yarn dev

Usage

Once the development server is running, navigate to http://localhost:3000 on your web browser to use the application.

Bootstrapped

This project was bootstrapped with Next Template.

License

This project is licensed under the terms of the MIT License.