Create Workouts in Seconds with chatGPT
It's very simple, we just use chatGPT's API to generate a workout plan based on your settings. All you need is an openAI API key to run this. It's built with Nuxt 3.
git clone https://github.com/timb-103/workoutsGPT.git
- Go to openAI to make an account.
- Then go to the API keys page
- Create a new key and save it somewhere
Once you have your API key, create a .env file in the root of the project and a var OPENAI_API_KEY=your_api_key
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev
Deploy the example using Vercel: