Plant Care Taker
- 3 Devlogs
- 7 Total hours
This is a simple application from Python that can identify plant problems through questions and give care plans.
This is a simple application from Python that can identify plant problems through questions and give care plans.
Spent a lot of time working on about 6 bugs. The bigs were messing up the models that were meant to perform different tasks based on the plant’s information. Luckily I have now fixed it and going to sleep lol.
Just read about OOP on Python and decided to give it a go in this code. A lot of things became much easier to add in and code using this. Now storing data and using functions is much more possible and takes way less time!
Been working on this plant care taker. I like to plant with my mom and I thought this might be a good idea to keep info about our plants. It can also detect problems based on growth patterns, soil, climate, etc. I’ve been working on it for a while but it’s pretty basic and inefficient. I want it to be more complex, ai-like, and be able to work without human supervision.