This project is a dynamic fusion of cutting-edge technologies, designed to bring the power of OpenAI's GPT-3 to your fingertips. It was generated with Angular CLI version 17.0.7. It's a course I've taken in Dev/Talles - OpenAI: Excercises & assistant with Angular + NestJS, the courses platform of Fernando Herrera.
✨ What's Inside? ✨
Here you'll find the Angular front end solution for my Nest GPT app .
This project is about a platform where we harness the capabilities of OpenAI's library in Node.js, consumed by an Angular frontend styled with Tailwind CSS. It's not just about fetching information, but also about creating, editing, and generating images. But that's not all! You can also convert text to audio, configure your assistant, and much more. It's a whole new world of possibilities!
Before you can run this project on your local machine, you need to install the necessary dependencies. Follow these steps:
-
Clone the repository
Use the following command to clone this repository to your local machine:
git clone https://github.com/dantearrighi/AngularGpt.git
-
Navigate to the project directory
Change your current working directory to the project's directory:
cd AngularGpt -
Install dependencies
Use npm (node package manager) to install all the project dependencies. Run the following command:
npm install
-
Run the application
Now that you have installed all the necessary dependencies, you can start the application. Use the following command:
ng serve -o
This will start a development server and open the application in your default web browser. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.