Yeshwanth V

Yeshwanth V

Computer Science Engineering Student | Full-Stack Developer | Building AI-Powered Systems with End-to-End Ownership

Bengaluru, India
1roles
2skills
2education

About

I'm a 6th-semester CS Engineering student who builds end-to-end software systems—combining AI, scalable backends, and user interfaces. I started with computer vision projects using OpenCV and MediaPipe, then strengthened my foundations through C++ and OOP. Today, I work across the full stack: Python/Flask, Node.js/Express, PostgreSQL, React, and TypeScript. Recently, I built ALMA—a GenAI-powered learning platform that converts PDFs and videos into structured courses using Gemini AI, with complete backend and frontend integration. I've also worked on hardware-integrated AI systems using ESP32 with BLE, GSM, and GPS, where software drives real-world actions. Currently seeking software engineering or AI-driven internships/full-time roles to contribute to real products and learn from production systems. Let's connect!

Experience

Software Lead

Team Elevate

4 yrs 3 mos · Bengaluru, Karnataka, India

Education

Dr. Ambedkar Institute of Technology

Bachelor of Engineering - BE, Computer Science

Oct 2024 - Oct 2027

Government Polytechnic, Mirle, K.R.Nagar taluk, Mysore-571603

Diploma , Computer Science

Aug 2021 - Mar 2024

Skills

PythonFlask

Projects

Digit Recognizer Using Python

Digit Recognizer using Python project focuses on identifying handwritten digits using machine learning and deep learning techniques. This project involves: 📌 Dataset: Uses the MNIST dataset, which contains handwritten digits (0-9). 📌 Model: Implemented using Convolutional Neural Networks (CNNs) for high accuracy. 📌 User Interaction: Allows users to draw digits on a canvas, which the model then predicts. 📌 Continuous Learning: If misclassified, the user can correct the digit, and the new data is added to improve the model using the Kaggle API. 📌 Technologies Used: Python, TensorFlow/Keras, OpenCV, and Tkinter/Flask for UI. This project enhances digit classification accuracy by integrating real-time user feedback, making it a self-improving AI system! 🚀

Hotel Billing System using C++

The Hotel Billing System using C++ is a project that automates the billing process in a hotel. It allows customers to order food items from a menu, calculates the total bill, applies taxes (if applicable), and generates a receipt. The system typically includes functionalities such as: Menu Display: Shows available food items with their prices. Order Processing: Allows customers to select items and specify quantities. Billing Calculation: Computes the total cost, including additional charges like service tax or GST.