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.
- Clone the repository:
git clone https://github.com/kacesensitive/jmescraft.git
- Install the dependencies:
yarn install
- Start the development server:
yarn dev
Once the development server is running, navigate to http://localhost:3000
on your web browser to use the application.
This project was bootstrapped with Next Template.
This project is licensed under the terms of the MIT License.