Custom AI - Tool Developed using OpenAI, live deployment can be found here
- Download or Clone Repo
- Cd into server
- Create a .env file with the variable 'API_KEY' and fill in your own key that can be accessed from OpenAI
- Run 'npm install' followed by 'npm start' in terminal
- Cd into client
- Run 'npm install' followed by 'npm run dev' in terminal