A React-based chat application that provides insightful responses to user queries. It utilizes an AI model for generating responses and OpenAI's DALL-E to generate images based on the chatbot's response.
- Interactive chat interface with pre-defined philosophical queries.
- Real-time response generation using a backend AI model.
- Image generation based on the chatbot's responses.
- Sleek and user-friendly UI.
- Node.js
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/your-username/philosophical-chatbot-dalle.git cd philosophical-chatbot-dalle
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
Now the app should be running on http://localhost:3000.
To build the project for production, run:
npm run build
This will create a build directory with the optimized, minified version of the app.
After building the project, you can deploy the build directory to a web server. Platforms like Vercel, Netlify, or GitHub Pages can be used for deployment.
Contributions are welcome! Feel free to open issues and submit pull requests.
This project is licensed under the MIT License.