Welcome to Cheeky AI! This playful, naughty, and wild AI chatbot is designed to add spice to your day. Cheeky AI is built with React JS using Vite bundler, styled with Tailwind CSS, and incorporates DevUI, DaisyUI, and Uiverse.io for enhanced UI components.
- Playful and engaging conversations
- Intelligent responses with a touch of sass
- Continuous updates and improvements based on user feedback
Follow these steps to set up Cheeky AI on your local machine:
- Node.js (>=14.x)
- npm (>=6.x) or yarn (>=1.x)
-
Clone the repository:
git clone https://github.com/Mayuresh-22/CheekyAI.git cd CheekyAI
-
Install dependencies:
npm install # or yarn install
-
Setup environment variables:
- Create a
.env.local
file in the project's root. - Add the following environment variable:
VITE_GROQ_API_KEY=your-groq-api-key
- Create a
-
Run the development server:
npm run dev # or yarn dev
-
Open your browser: Navigate to
http://localhost:3000 or http://localhost:5173
to see Cheeky AI in action.
Once the project is set up and running, you can interact with Cheeky AI through the web interface. Enjoy the playful and engaging conversations!
We welcome contributions to make Cheeky AI even better. If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using Cheeky AI. Let's keep things cheeky!