Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 907 Bytes

File metadata and controls

17 lines (12 loc) · 907 Bytes

regexGenerator

GitHub repo size GitHub contributors Website online image of website

regexGenerator is a web-tool that allows users who are new to regular expressions (regEx) use the ChatGPT AI to generate regular expressions and answer related questions. This project was created with HTML, Javascript and Express. Results are generated and fine-tuned using OpenAI's ChatGPT API.

Usage

This project is available for your use on https://regex.murfasa.com.

If you are trying to build this project, keep the following in mind:

Notes

  • You have renamed 'sample.env' to '.env'
  • Sign up on OpenAI's website and generate a key. Set OPENAI_API_KEY = "key"