This innovative web application leverages the power of OpenAI's ChatGPT and DALL-E models to generate creative images based on user prompts. It's a showcase of integrating AI with modern web technologies to create a seamless and interactive user experience.
This project employs a microservice architecture using Azure Functions, enabling independent operation of different parts of the application. This design choice significantly improves the scalability and reliability of the application. By leveraging serverless architectures, it ensures efficient resource usage and easier maintenance, making the application robust for handling various user demands.
To get started with this project, ensure that you have Node.js and pnpm installed on your machine.
Clone the repository:
gh repo clone JZilla808/chasegpt-ai-image-generator
cd chasegpt-ai-image-generator
Install dependencies:
pnpm install
Start the development server:
pnpm run dev
View the Application:
Open your browser and navigate to http://localhost:3000
to see the application in action.
start
: Runs the Azure Functions locally.test
: Placeholder for future test scripts.@azure/functions
: Azure Functions for JavaScript.@azure/storage-blob
: Azure Storage SDK for JavaScript.axios
: Promise-based HTTP client for the browser and Node.js.openai
: OpenAI JavaScript SDK.