Stats

6
Projects
48
Devlogs
60
Votes
6
Ships

Coding Time

All Time: 42h 45m
Today: 1h 9m

Member Since

September 21, 2025

Badges

2
🚢
Maiden Voyage
you shipped your first project! the journey begins...
🕷️
Spider
this user has a pet!

Projects

6
Mood Tracker
11 devlogs about 1 month ago
15 Puzzle Solver
4 devlogs about 1 month ago
Dream Insights
4 devlogs about 2 months ago
Scam Detector
4 devlogs about 2 months ago
Debottam's Personal Website
7 devlogs about 2 months ago
Plant Doctor
18 devlogs about 2 months ago

Activity

HassaanKH
HassaanKH Shipwright gave you feedback
43d ago

Mood Tracker

nice work, really different and unique execution.

from HassaanKH
Irtaza
Irtaza Shipwright gave you feedback
43d ago
from Irtaza

made some changes to the chatbot telling it to emphasize privacy

Update attachment

did some changes to the website
Now ready for shipping

Update attachment

Did last-min changes to GitHub repo
Now ready for shipping!

Update attachment

Deployed my website at: https://mood-tracker-45sv.onrender.com
Ready for shipping :D

Update attachment

updated the README of my project

Update attachment

The final mood tracker page
added some accuracy to the tracker

Update attachment

Added a solve page

Update attachment

Added a home page

Update attachment

The final home page 2 hrs before the deadline

Update attachment

Enhanced the homepage even more.
also improved mood mate

Update attachment
Anirudh
Anirudh Shipwright gave you feedback
44d ago

Scam Detector

nice project! try adding a summary feature

from Anirudh

Improved the home page

Update attachment

Just created the gui of the 15-puzzle solver

Update attachment

Improved the mood mate by adding a knowledge base

Update attachment

Just created the functionality of the website
Added the home page, tracker page, and MoodMate chatbot

Update attachment

Just deployed the website!
Available at: https://dream-insights.onrender.com

Update attachment
Debottam
Debottam created a project
44d ago

Mood Tracker

A simple Python program that detects the sentiment of a short text and returns a matching emoji

Mood Tracker
11 devlogs 1 follower Shipped

Just created Dream Bird, an ai-assistant for helping users with psychology

Update attachment
Debottam
Debottam created a project
44d ago

15 Puzzle Solver

Welcome to 15-Puzzle GUI Solver, an interactive application designed to solve the classic 15-puzzle using advanced AI search algorithms with a graphical interface. Goal: Rearrange the 15 numbered tiles on a 4x4 grid to reach the ordered configuration (1-15 with empty space in the bottom-right corner). Features Interactive GUI User-friendly graphical interface built with Tkinter. Drag-and-click or keyboard navigation to move tiles. Real-time visualization of puzzle state. Advanced Solvers A* Search with multiple heuristics: Manhattan Distance Linear Conflict Misplaced Tiles IDA* (Iterative Deepening A*) for memory-efficient search. Step-by-step solution visualization. Real-Time Statistics Moves count Time taken to solve Heuristic cost display Customization Shuffle puzzle randomly Input custom puzzle configurations Choose different heuristics for AI solving How It Works Puzzle Representation: Internal 2D array represents the board state. Move Generation: Generates all valid moves from the current state. Heuristic Evaluation: Calculates cost using selected heuristic. Search Algorithm: AI searches for optimal solution using A* or IDA*. Visualization: Updates GUI for each move until the puzzle is solved.

15 Puzzle Solver
4 devlogs 0 followers Shipped
Earned sticker

Added a UI with a predict page, home page and about page.

Update attachment
fsh
fsh Shipwright gave you feedback
45d ago

Debottam's Personal Website

On the Achievements page, your certificates are PDF files, but you tried to include them as images. That causes the certificates to not load.

from fsh

Just created the whole dream analysis project with many features (you do need to have a technical mind):
An intelligent Python-based tool that analyzes your dreams and predicts your future moods, challenges, or opportunities based on dream psychology and AI!
✨ Features
Dream Analysis
Predicts 10 key psychological factors from your dream description:
Lucidity
Emotional Intensity
Realism
Fear Level
Joy Level
Control Over Dream
Symbolism Strength
Memory Recall After Waking
Strangeness
Vividness
Smart Mental Interpretation
Provides detailed, human-style explanations for each predicted factor.
PCA Visualization
Projects your dream onto a 2D space alongside previous dreams, helping you see dream patterns visually.
Dream Factor Bar Chart
Displays a beautiful bar chart showing how strongly each factor appeared in your dream.
🔮 Real Life Prediction
Based on your dream’s emotional profile, the analyzer predicts a possible upcoming event or advice for your waking life!
🛠️ How It Works
Data Preparation
A CSV file (dream_dataset.csv) containing past dream descriptions and their annotated psychological factors is used to train the model.
Model Training
Texts are vectorized using TF-IDF.
A Random Forest Regressor (wrapped in MultiOutputRegressor) is trained to predict the dream factors.
Input Your Dream
When you input a new dream description, the model analyzes it and predicts the values for each psychological factor.
Interpretation and Visualization
The system explains what each factor means.
It projects your dream in a PCA graph and shows a factor bar plot.
Bonus Prediction
The analyzer generates a random but smart fortune about your near future based on your dream factors!

Update attachment
Debottam
Debottam created a project
45d ago

Dream Insights

💤 Dream Analyzer + Future Predictor Welcome to Dream Analyzer + Future Predictor — An intelligent Python-based tool that analyzes your dreams and predicts your future moods, challenges, or opportunities based on dream psychology and AI! ✨ Features Dream Analysis Predicts 10 key psychological factors from your dream description: Lucidity Emotional Intensity Realism Fear Level Joy Level Control Over Dream Symbolism Strength Memory Recall After Waking Strangeness Vividness Smart Mental Interpretation Provides detailed, human-style explanations for each predicted factor. PCA Visualization Projects your dream onto a 2D space alongside previous dreams, helping you see dream patterns visually. Dream Factor Bar Chart Displays a beautiful bar chart showing how strongly each factor appeared in your dream. 🔮 Real Life Prediction Based on your dream’s emotional profile, the analyzer predicts a possible upcoming event or advice for your waking life! 🛠️ How It Works Data Preparation A CSV file (dream_dataset.csv) containing past dream descriptions and their annotated psychological factors is used to train the model. Model Training Texts are vectorized using TF-IDF. A Random Forest Regressor (wrapped in MultiOutputRegressor) is trained to predict the dream factors. Input Your Dream When you input a new dream description, the model analyzes it and predicts the values for each psychological factor. Interpretation and Visualization The system explains what each factor means. It projects your dream in a PCA graph and shows a factor bar plot. Bonus Prediction The analyzer generates a random but smart "fortune" about your near future based on your dream factors!

Dream Insights
4 devlogs 0 followers Shipped

Just added the home and about page of my website.
My project is deployed at https://scam-detector-gl7k.onrender.com
My project is ready to be shipped!

Update attachment

Deployed my website at https://debottamverse.netlify.app.
my project is ready to be shipped!

Update attachment
Earned sticker

Just created the YouTube video at https://youtu.be/KUuIe2npmIs
My project is ready to be shipped!

Update attachment

Just created a gui for the app
this is the detect scams page of my website

Update attachment

Just trained and built a scam-detector and built the cli for the app

Update attachment

Finally deployed the website using render
The app is available at: https://www.PlantDrAI.xyz

Update attachment

Just created a huge scam/real message dataset.
Had fun making it!

Update attachment

Just created the support section of my website!

Update attachment
Debottam
Debottam created a project
46d ago

Scam Detector

🛡️ AI-Powered Scam Message Detector An intelligent Python-based tool that identifies scam messages using a custom rule-based and machine learning model. Designed to analyze message patterns, assign scores to multiple scam indicators, and classify input as SCAM or REAL — all while explaining why. 📦 Features ✅ Classifies input messages as SCAM or REAL 🧠 Uses a custom-built feature extractor for: Money requests Urgency Grammar issues Suspicious links Upfront payments Celebrity references Reward offers Pressure tactics Unusual contact methods Official appearance fakes Unsecured sources Threats or blackmail 📊 Machine Learning classifier (Random Forest) 📈 Accuracy report with precision, recall, and F1-score

Scam Detector
4 devlogs 0 followers Shipped

Created the blog section of my website

Update attachment

Just created the achievements section!

Update attachment

well I created the goals section

Update attachment
Earned sticker

Improved the home section of my website.

Update attachment
HassaanKH
HassaanKH Shipwright gave you feedback
48d ago

Plant Doctor

Nice idea, really impressive problem solving. keep it up.

from HassaanKH

Added some finishing touches to my website
here's the home page

Update attachment
Earned sticker

I have now created the chatbot feature of my app

Update attachment

Working on the signup part of my auth.

Update attachment

Working on the signup part of my auth

Update attachment

Created the home section of my personal website

Update attachment

Working on the login part of my auth.

Update attachment
Earned sticker

I am now working on creating a community feature in my app.

Update attachment

My updated app can now predict diseases using endpoints.

Update attachment
Debottam
Debottam created a project
51d ago

Debottam's Personal Website

Overview My_Website is a clean and modern personal portfolio showcasing my skills, projects, achievements, and goals. It serves as a professional space to introduce myself and share my work with the world. Features Home Page: Introduction and personal overview. Achievements: Highlights of key accomplishments. Goals: A section outlining personal and professional objectives. Blog: A collection of articles, tutorials, or personal insights. Support: Contact information and ways to connect. Tech Stack Frontend: HTML, CSS, JavaScript

Debottam's Personal Website
7 devlogs 0 followers Shipped

Ready for my first ship!!

Update attachment

woof!
i have finally created the home page without react, with pure html and css!
what do yall think?

Update attachment

still struggling with react
could someone pls help me?!?!?!?

Update attachment

i am improving my ui with react
i have the react file
but i struggle with installing it

Update attachment

I am working on a chatbot that uses the gemini api

Update attachment

I have created the youtube video showing plant doctor
link: https://youtu.be/D9GXTIfx_KA

Update attachment

I just created a streamlit ui for uploading plant images and many other features
it is available at plant-doctor-ai.streamlit.app.

Update attachment

i just trained a model on the train data and it predicts diseases on plants with 99% accuracy.

Update attachment
Earned sticker

Hey there,
I collected A LOT of training and testing images.
Here's one:

Update attachment
Debottam
Debottam created a project
53d ago

Plant Doctor

Plant Doctor: AI-Powered Plant Disease Detector Inspiration Over 50% of India’s population relies on agriculture for their livelihood. Yet, according to FAO estimates, plant diseases cause 20–40% yield losses worldwide, with some regions in India facing even higher rates. Early detection is critical, but access to expert plant pathologists is limited—especially in rural areas. I wanted to create an accessible, AI-powered tool to help farmers, gardeners, and students identify plant diseases quickly and accurately. What it Does Plant Doctor is an AI-based plant disease detection system capable of identifying over 38 plant diseases from leaf images with 99% accuracy, trained on a dataset of 60,000+ images. Users can simply upload a photo or use their device camera to get instant diagnosis results, along with brief treatment suggestions. Features include: Real-time plant disease detection and diagnosis Treatment recommendations and prevention tips Interactive plant health quizzes for agricultural education Disease encyclopedia for learning about plant illnesses How I Built It Collected and cleaned a large-scale dataset of plant leaf images, creating consistent metadata and captions for each class. Trained a deep learning model using PyTorch and ResNet18, optimized with transfer learning for high accuracy. Built the UI using Streamlit, combining image/camera inputs, instant predictions, educational tools, and chatbot support. Challenges We Ran Into Handling a massive dataset within limited computing resources. Managing time for metadata creation, training, and feature integration within the hackathon deadline. Fixing UI while the backend training was still in progress. Accomplishments That We're Proud Of Successfully trained a deep learning model on several classes of plant diseases. Designed a feature-rich, educational, and interactive platform. Created a tool that has real-world impact potential for both farmers and hobbyists. What We Learned Large datasets require not only computing power but also careful data labeling and cleaning. Balancing model accuracy with speed is essential for real-time applications. Hackathon timelines demand prioritizing critical features over perfection. What's Next for Plant Doctor Deploy the model to a mobile app for offline usage in rural areas. Expand dataset to include more crops and environmental conditions. Chatbot Integration UI Enhancing

Plant Doctor
18 devlogs 0 followers Shipped
Debottam
Debottam joined Summer of Making
55d ago

This was widely regarded as a great move by everyone.