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
-
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.
Screenshot of the Plant Gallery AI home screen.
Screenshot showing the AI-powered plant recommendations.
- Node.js (>= 14.x)
- Rust(for Tauri)
- Tauri CLI
-
Clone the Repository:
git clone https://github.com/yourusername/plant-gallery-ai.git cd plant-gallery-ai
-
Install Frontend Dependencies:
npm install # or yarn install
-
Run the Development Server:
npm run dev # or yarn dev
-
Start Tauri in Development Mode:
npm install -D @tauri-apps/cli@latest npm run tauri dev
- Build the Tauri APK:
npm run tauri android dev npm run tauri android build
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!
This project is licensed under the MIT License.