catchat / README.md
NeoPy's picture
Upload folder using huggingface_hub
b9ee0e6 verified
|
raw
history blame
1.05 kB

CatGPT

A fun ChatGPT parody where the AI is replaced by a cat that only responds with "meow". This project is built with Next.js and styled with Tailwind CSS.

Features

  • ChatGPT-like interface
  • Cat-themed design
  • The AI assistant only responds with "meow"
  • Responsive design for all devices

Getting Started

Prerequisites

  • Node.js 18.0.0 or later

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/catgpt.git
cd catgpt
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser to see the result.

Tech Stack

License

This project is open source and available under the MIT License.

Acknowledgements

  • Inspired by ChatGPT
  • Built for fun and educational purposes