Team project for a live cryptocurrency platform covering presale, airdrop, and token roadmap. Implemented secure JWT/bcrypt authentication and session management, and integrated the AI chatbot Amie for real-time user support. Technologies: HTML, CSS, JavaScript, Node.js, Express.js, PostgreSQL, JWT, bcrypt.
SREYAS V M
Software Developer Intern
About
BCA graduate specializing in AI and ML with hands-on experience in full-stack web development, serverless cloud architecture, and decentralized systems.
Experience
Software Developer Intern
TechCiti Software Consulting Pvt. Ltd.
Mar 2026 – May 2026 · Bengaluru, Karnataka
Built an ML regression model to predict real estate property prices using Python, Pandas, NumPy, and Scikit-learn on historical housing datasets. Performed end-to-end data preprocessing, feature engineering, and model evaluation using Jupyter Notebook as part of a structured AI/ML internship program.
Software Engineer Intern
TechCiti Software Consulting Private Limited
3 mos · Bengaluru
Worked as a Software Developer Intern at TechCiti Software Consulting Pvt. Ltd., where I worked on an AI/ML based Real Estate Price Prediction project. During the internship, I gained hands on experience in machine learning, data analysis, model development, and real world software development practices. I also improved my problem solving and debugging skills while working on project tasks and assignments.
Education
IZee Business School, Bangalore
Bachelor of Computer Applications (BCA), AI & ML Specialization
2023 – 2026
CGPA: 7.28
MES Higher Secondary School, Kerala
Higher Secondary (Class 12), Computer Science
2021 – 2023
83.58%
IZee Business School
Bachelor’s Degree, Computer Applications (AI & ML Specialization)
Jun 2023 - Jun 2026
Pursuing BCA with specialization in Artificial Intelligence and Machine Learning at IZee Group of Institutions, Bengaluru. Gaining hands on experience in programming, data structures, machine learning, and app development while exploring emerging technologies through projects and online certifications.
MES HSS
Higher Secondary Education (Class 12), Computer Science
Jul 2021 - May 2023
Completed Higher Secondary Education with a specialization in Computer Science. Learned foundational programming, basic algorithms, and logical thinking. Developed early coding skills in HTML and Java, and participated in school-level tech events and NCC activities that fostered leadership and discipline.
Skills
Projects
Team project architecting a fully serverless cloud application using AWS S3, Lambda, API Gateway, DynamoDB, and Cognito for secure file upload, download, and sharing. Contributed to the frontend, cloud infrastructure, and backend API, and integrated the AI assistant Neeli for user navigation.
Solo project building a serverless, end-to-end encrypted messaging app using WebRTC for direct peer-to-peer communication, IPFS for offline message delivery, and Ethereum smart contracts for decentralized username identity registration.
Solo Flask-based automated login security testing tool capable of testing 10,000 MPIN combinations with rate-limit detection and real-time progress streaming via Socket.IO. Technologies: Python, Flask, Socket.IO, BeautifulSoup, Multithreading.
Solo Chrome extension for saving, switching, and restoring sessions across multiple Claude.ai accounts with a single click. Fully local with no external server dependency.
BruteBox
A web-based 4-digit MPIN security testing tool built for authorized penetration testing. Automates credential testing against CSRF-protected login endpoints with real-time WebSocket progress, website security rating, and session report generation. Built with Python, Flask, Socket.IO, and BeautifulSoup. Features a military-style terminal UI with matrix rain background, typewriter console output, pause/resume support, and exportable session reports. Live Demo: https://brutebox.onrender.com GitHub: https://github.com/codebysreyas/BruteBox
Calculator CLI — Python
Developed a command-line calculator application in Python to perform basic arithmetic operations. - Implemented addition, subtraction, multiplication, and division using modular functions - Designed a menu-driven interface for user interaction - Handled invalid inputs and division by zero cases - Used loops and conditional logic to enable continuous execution This project helped strengthen core programming fundamentals and problem-solving skills. GitHub : https://github.com/codebysreyas/calculator-cli
CloudSync — Serverless File Storage Platform (AWS)
Built a full-stack serverless file storage and sharing platform using AWS services - Worked across frontend, backend, and cloud components - Used AWS Lambda, S3, API Gateway, DynamoDB, and Cognito - Implemented secure file upload and sharing using pre-signed URLs - Designed a scalable serverless architecture without managing servers This project provided hands-on experience in building secure, scalable, and cloud-native applications. GitHub: https://github.com/codesbydevapriya/CloudSync
News Headline Scraper — Python, Requests, BeautifulSoup
Developed an automation script to scrape and extract BBC News headlines. Implemented data preprocessing, removed duplicates, and exported structured data for further analysis. GitHub: https://github.com/codebysreyas/news_scraper
To-Do List Web App
Developed a browser-based to-do list application using HTML, CSS, and JavaScript. * Implemented task creation, deletion, and completion tracking * Managed dynamic UI updates using JavaScript DOM manipulation * Stored tasks locally to persist data across sessions * Designed a clean and responsive user interface This project helped strengthen my understanding of JavaScript fundamentals, event handling, and client-side data management. GitHub: https://github.com/codebysreyas/todo_list_app/