code2k13
Software Architect who loves coding, electronics, machine learning and mushrooms. I love to learn new things by myself and experiment.
ThoughtworksMumbai
Pinned Repositories
ClustrLab2k13
A python based tool for clustering text , CSV and logs.
emoji_vid_gen
A GenAI-powered script-to-video converter. Creates beautiful videos from text files. Automatically generates narration, images and audio effects. Can run locally with or without GPUs. This project is experimental in nature, crafted primarily for educational purposes
feed-visualizer
Feed Visualizer creates interactive visualizations by clustering RSS/Atom feed items based on semantic similarity. Feed Visualizer also attempts to automatically predict the labels for each cluster. This application will create a "semantic summary" of a website's contents by scanning its RSS/Atom feed, allowing for easy discovery and navigation to topics of interest. Feed Visualizer creates interactive visualizations in the form of static HTML and JS files, which may be edited and sent to a server.
motiondetection
Motion detection for microscope images using Python and OpenCV
nlphose
Enables creation of complex NLP pipelines in seconds, for processing static files or streaming text, using a set of simple command line tools. Perform multiple operation on text like NER, Sentiment Analysis, Chunking, Language Identification, Q&A, 0-shot Classification and more by executing a single command in the terminal. Can be used as a low code or no code Natural Language Processing solution. Also works with Kubernetes and PySpark !
pipico_desk_display
PCB schematics for creating a small desk display using Raspberry Pi Pico and 1.8 inch SPI TFT LCD
pipico_speech_recognition
This repository contains code and instructions to implement single word speech recognition on any board running CircuitPython
rpipico_digit_classification
Identification of handwritten digit from images taken by a OV7670 camera module connected to a Raspberry Pi Pico and a 120x160 TFT LCD display. The Pi Pico running CircuitPython handles everything from image acquisition to post-processing and inference. This code is somewhat experimental, but it is fun to play with. For more information, please visit the project's webpage.
starreduction
A free and open source tool for star removal in astronomy images. A GAN model implemented in tensorflow and trained to remove stars from astronomical images
starrem2k13
Open-source tool for removing stars from deep sky images.
code2k13's Repositories
code2k13/feed-visualizer
Feed Visualizer creates interactive visualizations by clustering RSS/Atom feed items based on semantic similarity. Feed Visualizer also attempts to automatically predict the labels for each cluster. This application will create a "semantic summary" of a website's contents by scanning its RSS/Atom feed, allowing for easy discovery and navigation to topics of interest. Feed Visualizer creates interactive visualizations in the form of static HTML and JS files, which may be edited and sent to a server.
code2k13/rpipico_digit_classification
Identification of handwritten digit from images taken by a OV7670 camera module connected to a Raspberry Pi Pico and a 120x160 TFT LCD display. The Pi Pico running CircuitPython handles everything from image acquisition to post-processing and inference. This code is somewhat experimental, but it is fun to play with. For more information, please visit the project's webpage.
code2k13/motiondetection
Motion detection for microscope images using Python and OpenCV
code2k13/starreduction
A free and open source tool for star removal in astronomy images. A GAN model implemented in tensorflow and trained to remove stars from astronomical images
code2k13/nlphose
Enables creation of complex NLP pipelines in seconds, for processing static files or streaming text, using a set of simple command line tools. Perform multiple operation on text like NER, Sentiment Analysis, Chunking, Language Identification, Q&A, 0-shot Classification and more by executing a single command in the terminal. Can be used as a low code or no code Natural Language Processing solution. Also works with Kubernetes and PySpark !
code2k13/pipico_speech_recognition
This repository contains code and instructions to implement single word speech recognition on any board running CircuitPython
code2k13/starrem2k13
Open-source tool for removing stars from deep sky images.
code2k13/ClustrLab2k13
A python based tool for clustering text , CSV and logs.
code2k13/emoji_vid_gen
A GenAI-powered script-to-video converter. Creates beautiful videos from text files. Automatically generates narration, images and audio effects. Can run locally with or without GPUs. This project is experimental in nature, crafted primarily for educational purposes
code2k13/GOF_circuitpython
A CircuitPython implementation of Conway's Game of Life, that shows the game over TFT LCD
code2k13/pipico_desk_display
PCB schematics for creating a small desk display using Raspberry Pi Pico and 1.8 inch SPI TFT LCD
code2k13/cnn_circuit_python
This repository contains code for running Convolutional Neural Networks (CNNs) on CircuitPython. It contains code to train models using Tensorflow on computers and convert them to CircuitPython.
code2k13/GenAIPhotoFrame
A tiny GenAI powered photo frame that sits on your desk and displays cool randomly generated images for a given prompt.
code2k13/nlphoseGUI
This tool allows you to create Natural Language Processing pipelines for use with nlphose using a Blockly based GUI editor in any browser. As you create a pipeline it shows you the corresponding nlphose command which will execute the pipeline.
code2k13/pipico_build_setup
Overwhelmed with complex build instructions and confusing compiler errors while building C/C++ programs for Raspberry Pi Pico ! This repository can help. It comprises a dockerfile and easy-to-follow guidelines for compiling code on any computer.
code2k13/text_gen_circuitpython
A program written for circuitpython that generates random text (dinosaur names) using Markov Chains
code2k13/WifiDisplay
This repository contains code for a tiny little display that connects to internet over Wifi and waits for messages. It is possible to send text messages or images to the display via Internet , from your PC , mobile phone or tablet.
code2k13/gui_starreduction
A browser-based application to remove stars from your astronomy images.
code2k13/maix_dock_mnist
Demonstration of handwritten digit recognition using Maix Dock M1 powered by Kendryde K210
code2k13/pipico_dht22gadget
A table top gadget to display temperature and humidity information using Pi Pico, TFT LCD and DHT22
code2k13/code2k13
code2k13/aiar
This repository contains the source code for the article titled "Transforming E-commerce: Creating Immersive Experiences with AI and AR/VR Technologies." The article explores the use of AI, particularly in vision, combined with AR/VR technologies to create captivating and immersive experiences for retail and e-commerce customers.
code2k13/cqrs-example
An opiniated sample implementation of CQRS architectural pattern on Kubernetes using NodeJS, Redis and Helm
code2k13/Jump2k21Game
A platformer game written using the Phaser game engine
code2k13/k210_cats_dogs
Dogs and Classification model and code for Kendryte K210 based boards.
code2k13/pipico_flute_notes
A sample CircuitPython program that demonstrates how frequency identification can be achieved on the PiPico using a basic microphone.
code2k13/posturedetection
This is the sample code for my experiment on creating a posture detection system. It runs inside a browser. It uses a webcam attached on top of a desktop monitor to continuously monitor user's posture. If the user is slouching or tilting forward, the code generates an alarm.
code2k13/temp_bs_01
Temporary Repository