Git Product home page Git Product logo

rumbleftw

About me

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Developer:

    def __init__(self):
        self.name = "Rajdeep Ghosh"
        self.age = 22
        self.location = "Kolkata, India"
        self.programming_languages = ["🐍", "🦀", "🇨", "🍵"]

    def about(self):
        print("Hey! I am Rajdeep Ghosh. I love to build stuff!")


if __name__ == '__main__':
    me = Developer()
    me.about()

Tools and technologies

Some projects

DA-RNN DA-RNN DA-RNN DA-RNN

Socials

dephraiim dephraiim dephraiim dephraiim

Rajdeep Ghosh's Projects

ascii-chess icon ascii-chess

This is another beginner project which I made during the first semester of my UG course.

cosmos icon cosmos

Cosmos is a GTK theme inspired by the darkness and depth of space. It features a sleek and minimalist design with a dark color scheme. The overall effect is one of mystery and sophistication, conveying the feeling of being adrift in the infinite expanse of the universe.

easyocr icon easyocr

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

krishi-sevak icon krishi-sevak

A ML assisted toolset for Indian farmers for scientific andd modern farming advices.

obsecure icon obsecure

Detect and report Obscene contents on the Internet directly from your browser with advanced Deep-Learning model.

rusty-retro icon rusty-retro

A collection of retro system emulators written in Rust. Currently implemented systems include CHIP-8 and NES

silero-vad icon silero-vad

Silero VAD: pre-trained enterprise-grade Voice Activity Detector

smart-traffic-monitor icon smart-traffic-monitor

Automated system to enforce the use of helmet in Indian roads and the penalty collection system.

sokobot icon sokobot

Full-Fledged Sokoban game with AI using Depth-First, Breadth-First strategies and A* Pathfinding with Manhattan heuristic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.