ivanrj7j
👋 Hey there! I'm Ivan Raphel Jaison. I'm into AI and data science and have a knack for full-stack web development with AI integrations.
Pinned Repositories
Ascii-Image
An Open Source project to convert image to ascii art
CarnageEngine
Hello There, This is a simple physics engine I am working on This engine is heavily inspired by Unity Engine's Physics System I know I cant do everything like them or better than them ( or maybe i can :) ) I am making this because most of us waste a lot of time doing the same thing every project when working with pygame Anyone can contribute to this project If This Project gets big enough, I will publish this as a python module
carnageEngine2
This is a game engine I am working on based on python
carnageEngineV2
Hello! The Carnage Engine is designed to make game development easier for new Python developers. It builds on Pygame and introduces additional features, making aspects like window setup object-oriented rather than relying on traditional procedural programming. The engine is based on an Entity system, inspired by the Unity Game Engine.
color-gamuts
digitRecognition
Simple digit recognition model that was trained on MNIST dataset
NER-BiLSTM
This project showcases a custom Named Entity Recognition (NER) model using Bidirectional Long Short-Term Memory (BiLSTM) layers for precise entity predictions. The model is trained using a specific dataset and is integrated with a simple user interface built with HTML, CSS, and Flask.
Pi
This is a collection of projects that anyone can contribute to, here you can submit any way of approximating Pi. The goal of this repository is not to find the value of pi to 100 billion digits(it would be great if someone did that tho). I am aiming for the community to come together and learn together and share creative ways for approximating pi
Pix2Pix-Image-Colorizer
This project implements the Pix2Pix paper to create a model that converts black and white images to color
Suicide-Prevention-Reddit
This repository contains an artificial intelligence model that scans text for suicidal content and a Reddit scraper that collects posts from the homepage.
ivanrj7j's Repositories
ivanrj7j/Font
This project aims to create a freetype based font renderer with numpy array for speedy performance with opencv
ivanrj7j/GAN-Based-Super-resolution
Implementation of Super resolution models using GANs
ivanrj7j/CarnageEngine
Hello There, This is a simple physics engine I am working on This engine is heavily inspired by Unity Engine's Physics System I know I cant do everything like them or better than them ( or maybe i can :) ) I am making this because most of us waste a lot of time doing the same thing every project when working with pygame Anyone can contribute to this project If This Project gets big enough, I will publish this as a python module
ivanrj7j/carnageEngineV2
Hello! The Carnage Engine is designed to make game development easier for new Python developers. It builds on Pygame and introduces additional features, making aspects like window setup object-oriented rather than relying on traditional procedural programming. The engine is based on an Entity system, inspired by the Unity Game Engine.
ivanrj7j/NewsTok
A tiktok like app that lets you scroll through the articles
ivanrj7j/Pi
This is a collection of projects that anyone can contribute to, here you can submit any way of approximating Pi. The goal of this repository is not to find the value of pi to 100 billion digits(it would be great if someone did that tho). I am aiming for the community to come together and learn together and share creative ways for approximating pi
ivanrj7j/Ascii-Image
An Open Source project to convert image to ascii art
ivanrj7j/carnageEngine2
This is a game engine I am working on based on python
ivanrj7j/color-gamuts
ivanrj7j/digitRecognition
Simple digit recognition model that was trained on MNIST dataset
ivanrj7j/Flask-Social-Media-Site
This is a flask application that is going to serve as a social media website this is named as softalk
ivanrj7j/flutter-hacktoberfest
Hacktoberfest is a yearly competition in which you make a program as mentioned in the instructions
ivanrj7j/Image-Augmentation
Image Augmentor is a project that uses cv2 to create augmentations of images for deep learning purposes. It can apply various filters and transformations to images, and also supports datasets with multiple classes and bounding boxes for object detection.
ivanrj7j/Image-Search
This is a Flask web application that allows users to perform image searches using a custom algorithm. Users can upload an image or provide a URL, and the application will find similar images from the provided dataset.
ivanrj7j/Implement
Implement is an open source project where programmers of different levels, let them be beginners or experts come together to implement an algorithm to use in real life. Let it be an algorithm to find the sum of two numbers or collapse a wave function, you are welcome!
ivanrj7j/Indeed-Scraper
For Scrapping Indeed using Scrapy and hosting on Flask
ivanrj7j/IT-Mela
IT mela is a public competition in which I got 1st place
ivanrj7j/Math-Project-Circle-Generator
This was a project for my school exploring how can we render a circle
ivanrj7j/NER-BiLSTM
This project showcases a custom Named Entity Recognition (NER) model using Bidirectional Long Short-Term Memory (BiLSTM) layers for precise entity predictions. The model is trained using a specific dataset and is integrated with a simple user interface built with HTML, CSS, and Flask.
ivanrj7j/PI-approximation-using-collision
This Project was inspired by 3Blue1Brown's video Why do colliding blocks compute pi?. In this Project, I aim to learn about Euiler's integration and handling larger integers, ie integers greater than 64 bits so I could optimize the algorithm for approximating 𝝅.
ivanrj7j/Pix2Pix-Image-Colorizer
This project implements the Pix2Pix paper to create a model that converts black and white images to color
ivanrj7j/pytorch-next-word
This project implements a simple next word predictor using PyTorch. It serves as a reintroduction to PyTorch and demonstrates basic natural language processing (NLP) concepts.
ivanrj7j/Similar-vehicles
The primary goal of this project is to develop an AI model that can determine the most similar images within a given dataset. This is achieved by first training a classification model on the dataset.
ivanrj7j/SimilarPosts
This project is a support project for Skol, this goes through all the posts and returns a list of similar posts for recommendation purposes
ivanrj7j/Skol
Skol is a social media application made for teens by teens.
ivanrj7j/Suicide-Prevention-Reddit
This repository contains an artificial intelligence model that scans text for suicidal content and a Reddit scraper that collects posts from the homepage.
ivanrj7j/Super-Cars-VS-SUVs
This is a deep neural network that looks at an images of cars and then classify them as suv and supercars
ivanrj7j/Transcription
This project transcribes audio using whisper and provides an api
ivanrj7j/URL-Expander-and-Shortener-API-
URL Expander and Shortener is a Flask-based web application that allows users to shorten long URLs and expand shortened URLs back to their original form. This project provides an API for URL shortening and expansion, with functionality tested using `curl` and Postman. It includes a simple in-memory URL mapping for demonstration purposes.
ivanrj7j/YouTube-Video-Downloader
This is the Flask Code in which we will provide link in input field and it will generate a download link.