Skip to content

Plant Gallery is a modern React-based application that allows users to explore plant images, search for specific plants, and even get AI-generated plant recommendations. The application leverages both traditional search queries and image uploads to offer AI-driven plant recommendations and an engaging gallery experience.

License

Notifications You must be signed in to change notification settings

Sea-X11/plant-gallery-ai

Repository files navigation

plant-gallery-ai

Plant-Gallery-ai uses React and Next.js to create a web-based plant image gallery, and is packaged as an Android APK using Tauri. The app allows users to browse the gallery, search for plants, and get AI-driven recommendations from text or image input

Features

  • Dynamic Plant Search:
    Easily search for plants by keywords. The gallery updates dynamically based on your input.

  • AI-Powered Recommendations:
    Get personalized plant recommendations using AI, based on search queries or images you upload.

  • Responsive and Interactive UI:
    A sleek user interface built with modern web technologies, ensuring smooth navigation and viewing experience.

  • Tauri-Powered APK:
    The web application is packaged into an Android APK using Tauri, combining the ease of web development with native mobile performance.

Screenshots

Screenshot of the Plant Gallery AI home screen.

Plant Gallery Home

Screenshot showing the AI-powered plant recommendations. AI Recommendation Example

Getting Started

Prerequisites

  • Node.js (>= 14.x)
  • Rust(for Tauri)
  • Tauri CLI

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/plant-gallery-ai.git
    cd plant-gallery-ai
  2. Install Frontend Dependencies:

    npm install
    # or
    yarn install
  3. Run the Development Server:

    npm run dev
    # or
    yarn dev
  4. Start Tauri in Development Mode:

    npm install -D @tauri-apps/cli@latest
    npm run tauri dev

Building the APK

  1. Build the Tauri APK:
    npm run tauri android dev
    npm run tauri android build

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request. For any issues or feature requests, open an issue on GitHub.

For feedback or support, please open an issue or contact the maintainer.

Enjoy exploring and contributing to Plant Gallery AI!

License

This project is licensed under the MIT License.

About

Plant Gallery is a modern React-based application that allows users to explore plant images, search for specific plants, and even get AI-generated plant recommendations. The application leverages both traditional search queries and image uploads to offer AI-driven plant recommendations and an engaging gallery experience.

Resources

License

Stars

Watchers

Forks

Packages

No packages published