🌐 My Website: https://rohanmankameportfolio.netlify.app/
📫 E-mail: RohanManakame@outlook.com
🌐 My Website: https://rohanmankameportfolio.netlify.app/
📫 E-mail: RohanManakame@outlook.com
A complete compiler for a small programming language called "minic". The compiler processes source code written in "minic", checks it for errors, and then executes it. This involves several classic…
Java
The AI Competitor Strategy Dashboard is an intelligent e-commerce analysis tool powered by CrewAI and Streamlit. It orchestrates a team of specialized AI agents to scout the web for competitor prod…
Python
This repository contains a foundational project for a compiler front-end, developed as a class assignment. It focuses on the lexical analysis (tokenizing) and parsing phases for a simplified C-like…
Lex
AI note taking platform, integrating AssemblyAI and OpenAI API services to transform any YouTube video into study notes with a single link, allowing users to efficiently capture key insights, save,…
JavaScript
An API contract management system. Built on Flask (Python) and Postgresql.
Python
This project implements the lexical analysis (tokenizing) and syntax checking (parsing) phases of a compiler for a simplified C-like programming language, referred to as "Mini-C.". It demonstrates …