Skip to content
View SUBHADIPMAITI-DEV's full-sized avatar
:octocat:
Working on open source
:octocat:
Working on open source
Block or Report

Block or report SUBHADIPMAITI-DEV

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
SUBHADIPMAITI-DEV/README.md

subhadipm

Hi 👋,
I'm Subhadip Maiti

A passionate frontend developer from India, shaping the digital world one line of code at a time.

subhadipmaiti-dev

  • 🌱 I’m currently learning Python
class SubhadipMaiti:
    
    def __init__(self):
        self.name = "Subhadip Maiti"
        self.username = "@SUBHADIPMAITI-DEV"
        self.location = "Kolkata, India"
        self.linkedin = "subhadip-maiti"
        self.twitter = "SubhadipInfo"
        self.web = "www.subhadipmaiti.tech"

    def __str__(self):
        return self.name

if __name__ == '__main__':
    me = SubhadipMaiti()
    print(me)

Connect with me:

subhadipinfo subhadip.maiti.info subhadip.maiti.info dipsubha_info dipsubha_info

Subhadip's github activity graph

Pinned Loading

  1. Depression-Detection-System-Using-Machine-Learning Depression-Detection-System-Using-Machine-Learning Public

    This project develops a Depression Detection System using Machine Learning on Twitter data. It predicts depression by analyzing tweets with SVM, Logistic Regression, Decision Trees, and NLTK in Pyt…

    Jupyter Notebook 11 2

  2. Automatic-Fire-Detector-and-Extinguisher Automatic-Fire-Detector-and-Extinguisher Public

    This project involves developing an Automatic Fire Detection and Extinguishing system using C++ in the Arduino IDE. It aims to mitigate risks to human lives and minimize property damage by providin…

    C++ 2 1

  3. Car-Rental-Portal Car-Rental-Portal Public

    Car Rental Portal

    PHP 6

  4. Speech-Recognition-Alexa Speech-Recognition-Alexa Public

    A simple Python script that uses various libraries for speech recognition and text-to-speech to create a basic virtual assistant similar to Alexa. The script allows users to interact with the virtu…

    Python 14 1