An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by abhijitramesh

A curated list of projects in awesome lists by abhijitramesh .

https://github.com/abhijitramesh/python-ifed-challenge

Task for long challenge of Freshers 2020 of amFOSS

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/gan-under-the-hood

This repository would contain detailed explanation of how GANs work and implementation of some GAN models

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/kotlin

This repository while I was Learning Kotlin. All the example code are here.

kotlin kotlin-language

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/butterandbread

This app shows the recipie of a butterbread pudding. This was made during my experimentation with Butterknife Dependecy.

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/cnn-under-the-hood

This repository would contain the explanations and examples of how a cnn works under the hood.

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/rl-under-the-hood

This repository would contain detailed explanation on how reinforcement learning works and how to convert a real world problem to reinforcement learning problem and solve them

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/deploying_ml_models

This repository would contain samples and walkthroughs on deploying machine learning algorithms to the cloud

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/quakeapp

This app collects the data of earthquakes that have happend recently. Did this app as a part of Udacity Android course.

android java xml

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/transfer-learning

This repository would contain the explanations and implementation to transfer learning

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/niceplace

This repository was made by me while learning MVVM and LiveData

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/django_for_everybody

This repository contains the projects I build while following long DJ4E tutorial. If what you find here interest you please visit this repository https://github.com/csev/dj4e-samples

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/carl

This repository will contain my revision notes and programs on Java

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/rnn-under-the-hood

This repository would contain notebooks and readme about how Recurrent Neural Networks work, the math behind it and application for the same.

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/attention

This is one of the most celebrated applications in the field of deep learning. Mimicking how the human brain perceives the world to computer vision

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/8085

This repository will contain all the programs that I have written while learning Intel 8085

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/leonardo

In this repository we will explore what style transfer is and how we can use neural networks to understand the style of an Image and apply the same to an other image. Yes the repository is names after Leonardo da vinci

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/todoapp

This repository will hold the ToDoApp I made while learning how to use the Room Persistent Library

android java room-database room-persistence-library

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/streamapi

This repository will contain all the java code I have written while I was learning Stream API in java

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/rxjavabasics

This repository holds the content which was created while I was learning rxjava

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/sentiment-analysis-rnn

This repository will contain implementation of a sentiment-analysis model with word2Vec embedding.

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/semantic-similarity

This repository will contain state of the art implementation of semantic-similarity

bert huggingface nlp sematic-similarity snli t5

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/java-fx-demo

This repository contain the java fx destop app made by me while learning the same

Last synced: 13 Apr 2025

https://github.com/abhijitramesh/udacity_deeplearning_basic

This repo will contain all the exercises that I have done while doing udacity deep learning course

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/starting-strength

This repository will contain detailed explanation on weight initialisation for deep learning but the inspiration for the name of this repository comes from an article that I was reading. (Link to article in readme))

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/auto-encoders

Auto-Encoders are neural networks that learns to encode data then learn how to reconstruct this data back to something which is as close as the original representation of the input data.

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/linguistics

This repo contains a basic sentiment-analysis model that I have made

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/get_the_image

A simple app to find images

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/linux-toolbox

Some handy-dandy scripts to easily setup things I run over and over again on a new server.

Last synced: 20 Mar 2025

https://github.com/abhijitramesh/embeddingsandword2vec

This repository will contain detailed explanations of embeddings and Word2Vec for deep learning

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/tensorwatchtesting

This repository will contain all the notebooks that I used while testing out tensorwatch library by Microsoft

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/uncool_neurons

This repository would contain my implementation of Deep Learning concepts from scratch

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/script-rattler

This repository will contain all the notes and programs that I have written while learning python

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/paneeer

An all in one photo editing application with AR Capabilities 📸

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/mlp-mnist

This repository contains a basic implementation of a MLP which is classifying MNIST

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/dsa-java

This repository would contatin all the data-structures that I learn, implemented in Java.

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/blood_bank

This project was done as part of 15CSE302 Database Management Systems Course. The project requirement was to make a blood bank management system using postgres

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/hackerrank

task 1 hackerrank

c cpp java

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/python

python tasks

pyhton3

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/grokking-deeplearning

This repository is not a fork of https://github.com/iamtrask/Grokking-Deep-Learning, This repository if the notebooks I practiced while reading grokking deep learning. Please go through Andrew Trask's Grokkin Deep Learning book as well as the repository if you find this repository interesting.

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/learning-handson-ml2

This repository would contain my notes while learning handson-ml2 please find below the link to the official repo by the author of the book

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/react-kirupa

This Repository will contains things I learned while following along kirupa react tutorial

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/fossapp

An app for FOSS@Amrita

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/hello_flutter

First Flutter App

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/java

Java Programms

java

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/ponggame

task 9

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/javascrip-task

task 8

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/fast_ai

This repository will contain all the projects which I have created while doing the fast.ai course

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/amfoss-cms

[Dev Repository] Portal of amFOSS

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/timm-explorer

A quick and dirty webapp to explore model available on [timm](https://huggingface.co/timm)

Last synced: 20 Mar 2025

https://github.com/abhijitramesh/hpc-demo

This repository explains how to run the official pytorch quick start code on the HPC

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/tableqa-web-client

The web-client for tableQA

Last synced: 19 Feb 2025

https://github.com/abhijitramesh/ashasos

InQ Hackathon Project

Last synced: 19 Feb 2025