Skip to content

mingsonleung/philosophical-chatbot-dalle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Philosophical Chatbot

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/philosophical-chatbot-dalle.git
    cd philosophical-chatbot-dalle
  2. Install the project dependencies:

    npm install
  3. Start the development server:

    npm start

Now the app should be running on http://localhost:3000.

Building for Production

To build the project for production, run:

npm run build

This will create a build directory with the optimized, minified version of the app.

Deployment

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.

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

License

This project is licensed under the MIT License.