This project is based on the video of Javascript Mastery channel. Go and support it
Santychuy Podcast Generator es una aplicación que permite a los usuarios escuchar podcasts generados por inteligencia artificial. La aplicación utiliza la API de OpenAI para generar el audio y (opcional) portada del podcast.
Podcast-Gen-Demo.mp4
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/santychuy/santychuy-podcasts-gen-example.git
-
Navigate to the project directory:
cd project-name
-
Install the dependencies:
npm install
First need to fill the environment variables from the
.env.example
on a.env.local
file on the root of the project to run correctly the project
To start the development server, run:
npm dev
This project is licensed under the MIT License. See the LICENSE file for more details.