Skip to content
View Archan47's full-sized avatar

Organizations

@AgroVeda-The-Farmers-App

Block or report Archan47

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Archan47/README.md

Hi there 👋 I am Archan Kundu Chowdhury

About Me

  • Currently building FitVision — an AI-powered fitness assistant
  • Currently learning DevOps and Generative AI
  • Comfortable across the stack — React / GSAP / Three.js on the frontend, Flask / Spring on the backend, and PyTorch / scikit-learn for ML
  • Write about my projects and ML deep-dives on Medium
  • All my projects live on my Portfolio
  • Reach me at chowdhuryarchan20021@gmail.com

Some Things I've Built

Project What it is
FitVision AI-powered fitness assistant
Agroveda Agri-tech platform — a React + Firebase web app paired with an ESP32-based IoT layer for soil-moisture and motion sensing
HR Management System Full-stack HR platform (React + Flask), built for the Odoo Hackathon
ML From Scratch An ongoing series implementing KNN, Naive Bayes, and Decision Trees from first principles — each one written up as a blog post

More on my Portfolio →

Web Dev Languages & Frameworks

python logo java logo javascript logo spring logo fastapi logo flask logo css logo html5 logo react logo tailwindcss logo materialui logo apachekafka logo nginx logo threejs logo

ML , Data Science & GenAI

numpy logo pandas logo opencv logo tensorflow logo pytorch logo anaconda logo

Databases

postgresql logo mysql logo sqlalchemy logo mongodb logo redis logo firebase logo

DevOps & Tools

linux logo docker logo git logo github logo githubactions logo amazonwebservices logo vercel logo

GitHub Stats

Archan's GitHub contribution statistics

My Blogs

Pinned Loading

  1. AgroVeda-The-Farmers-App/AgroVeda-Backend AgroVeda-The-Farmers-App/AgroVeda-Backend Public

    Python

  2. RideShare-Microservices RideShare-Microservices Public

    Developed a backend-based project using Spring Boot, redis, Kafka and docker. A complete implementation of how Uber and other apps uses location and distance calculation for client.

    Java 1

  3. Real-Time-Group-Chat-Platform Real-Time-Group-Chat-Platform Public

    Full-Stack Spring Boot , React and MongoDb based Web Application. Users can create the fir private and public rooms to discuss their own favourite topics with the people of same interest where user…

    CSS 1

  4. Facial-Expression-Detection Facial-Expression-Detection Public

    Facial Expression Recognition with a comparison with simple CNN model and EfficientNetB0(Transfer Learning), also showing Fine-Tuning EfficientNeB0 which make the accuracy better.

    Jupyter Notebook

  5. Machine-Learning-Algorithms-From-Scratch Machine-Learning-Algorithms-From-Scratch Public

    Started building Machine Learning algorithms from scratch and understanding them from scratch with python. Check my Medium profile where i am shareing the full blog about the understanding of the a…

    Python 1

  6. JDBC-TransactionSystem JDBC-TransactionSystem Public

    Core JDBC based Transactio System which can deposit , withdraw , view balance and transaction history for users and created a seperate Exception class for invalid account number

    Java