π Hi there, Iβm Janak
Iβm an all-rounder in the tech worldβpassionate about AI/ML, fullβstack development, and DevOps. Currently, I'm channeling my curiosity into a meme generator app powered by MCP servers.
What I bring to the table:
AI/ML Enthusiast: Building intelligent systems, experimenting with models, and always learning.
FullβStack Developer: Crafting clean, responsive frontend UIs and robust backend systems.
DevOps Pro: Automating deployments, managing servers on Linux, writing bash scripts, and orchestrating infrastructure.
GitHub + Linux + Bash: Commandβline veteran sharing tools and projects with the community.
I love diving deep into code, deploying scalable systems, and pushing the boundaries of AI-driven creativity. Letβs connect!
WeatherApp Link
Shows weather data such as temperature, wind, humidity, etc. A very basic React Project.
Counterfeit Product Detection And Identification Link
It detects counterfeit products in s block-supply chain. There are 3 main users manufacturer, retailer, and customer. Our app monitors the supply chain and if any mishaps or illegal activity is detected, it sends an alert to the responsible parties and also shows this data to the customer.
Social Media App (MERN) Link
Just a custom social media app that utilizes React-Redux.Similar to Instagram but better and cleaner than it.
Link for Frontend code - Link Link for backend code - Link
Uses the LangChain framework to make AI development easier. We use ChromaDB for storing and retrieving embeddings. Basically, we create embeddings (vector data) and then based upon user query fetch related text extracted from pdfs and then send them to OpenAI for processing. After this processing, the ChatBot gives us the required answer.