Skip to content

exrol/ArtiGenius-AI

 
 

Repository files navigation

ArtiGenius

This is a simple Next.js project using Stitches UI that allows you to generate images using the Hugging Face API. With this app, you can create images with text prompts, turning your ideas into visual art.

Prerequisites

Before you begin, you'll need the following:

  • Node.js installed on your machine.
  • A Hugging Face API key. You can obtain one by signing up here if you don't have an account already.

Getting Started

  • Clone this repository to your local machine:

    git clone https://github.com/SDC-USAR/ArtiGenius-AI.git
  • Change into the project directory:

    cd ArtiGenius-AI
  • Install project dependencies:

    pnpm install
  • Create a .env.local file in the project root and add your Hugging Face API key as NEXT_PUBLIC_HUGGINGFACE_API_KEY. You can get your API key from your Hugging Face account settings.

    NEXT_PUBLIC_HUGGINGFACE_API_KEY=your-api-key
  • Start the development server:

    pnpm run dev

Feedback and Issues

If you encounter any issues or have suggestions for improvements, please open an issue. We welcome your feedback!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • JavaScript 1.3%