SVSarvesh Venkateshinprojects-of-sarvesh.hashnode.dev·Jan 1 · 3 min readAI buddy : your next personal AI assistantHi, today I am going to be talking about one of my projects, the AI buddy. I made AI buddy as school science fair project. This article will explain a bit about AI buddy by talking about what it is, how it works, how I made it and it even includes a ...00
SVSarvesh Venkateshinplant-health-tracker.hashnode.dev·Dec 24, 2025 · 1 min readThe competition resultThe competition was online where all the teams would have to submit their own video, there were about 8-10 schools participating. You may expect a project of this caliper to do well, and it did! our team managed to grab on to second place. in the end...00
SVSarvesh Venkateshinplant-health-tracker.hashnode.dev·Dec 24, 2025 · 5 min readThe codeThe problem was now solved, however i didn’t stop now. I felt that the output given from the code was a bit ugly, the program would first show that captured image, then it would display an image with a colour map for visualisation (the viewer can vie...00
SVSarvesh Venkateshinplant-health-tracker.hashnode.dev·Dec 24, 2025 · 2 min readIntroductionHi there, today I am going to be talking on a project that i had recently made for an inter school science competition. I was in a team of 4, where I - the group leader- was contributing to the project the most. The project was able to calculate the ...00
SVSarvesh Venkateshinthe-fibonacci-sequence.hashnode.dev·May 13, 2025 · 6 min readModule 6, section B, question 1The Fibonacci sequence is a sequence, in which, to get the next term you have to add the current term to the previous term. eg. 1, 1, 2, 3, 5 In this article, we will be going over a series of challenges (The ones in Module 6, section B, Question 1) ...00