just doing some last tests on my project before shipping! Haven’t touched it much after the first log since it was just a fun way for me to learn a little bit of computer vision.
Just started working on the Care Plan for the code. Basically, it takes info from the user’s environment and the logs they have submitted to create a custom care plan that will boost growth for plants. It will be pretty simple for now. However, I want it to eventually work without asking questions. I want it to use sensors and data about the real world, location, climate, and the plant to create custom plans.
Just finished working on an issue in my code. Basically, I wanted to utilize the name of the user’s plant to save info of plant under the plant name as a variable. I didn’t know how to do this effectively without sparking a heap of errors. I learned a lot while doing this. That’s what I love about learning how to code on my own, it allows me to experience errors and fix them through gaining extra info. Anyways I found out I can utilize an empty dictionary and add in all the data in the object as a value under the plant name saved as a key. I know it sounds simple, but it was so satisfying figuring it out.
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.
I am an intermediate beginner in coding so far. I have been working on this starter code to learn how to work with OpenCV and MediaPipe. I want to create a robotic hand that can use recognized hand gestures and machine learning to perform tasks from anywhere.