Skip to content

BaranKilic657/SnapGarden

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

cd Backend
uvicorn main:app --reload
  1. Start the Authentication Backend
cd Backend
python server.py
  1. Start the Website Frontend
cd Frontend
python -m http.server 8001

Usage

Once you've completed the installation, you can start using SnapGarden!

  • Plant Identification: Capture a photo of your plant through the app, and SnapGarden's AI will instantly identify it and offer care tips.
  • Health Analysis: Upload photos of your plants to check for any issues like pests or disease. The AI will give detailed advice to help improve their health.
  • Watering Reminders: The app will notify you when it's time to water your plants based on their individual needs.

Technologies Used


Contributing

We welcome contributions! If you'd like to contribute to SnapGarden, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

SnapGarden is open-source and available under the MIT License. See the LICENSE file for more details.


This version improves clarity and ensures that the installation process is laid out in a structured and easy-to-follow way. It also provides extra context where needed for the user to better understand each step.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors