kevalmorabia97
OmniML (Acquired by Nvidia) | UIUC CS | Ex - Bloomberg AI, AWS, Microsoft Research
@nvidiaIndia
Pinned Repositories
Chat-Messela-Blockchain-Messenger
Chat Message La - A Blockchain implementation for ultra-secure (just kidding!) messaging in Java
CoVA-Web-Object-Detection
A Context-aware Visual Attention-based training pipeline for Object Detection from a Webpage screenshot!
Graph-Theory-Implementations-in-Java
This project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path
Latex-Resume-Keval-Morabia
My CV/Resume Latex Template!
Naive-Bayes-Text-Classifier-in-Java
Naive Bayes Classification used to classify movie reviews as positive or negative
Object-and-Semantic-Part-Detection-pyTorch
Joint detection of Object and its Semantic parts using Attention-based Feature Fusion on PASCAL Parts 2010 dataset
pyTweetCleaner
Python module to clean twitter JSON data or tweet text and remove unnecessary data such as hyperlinks, comments on someone else's tweet, non-ASCII chars, non-English tweets, and much more
SEDTWik-Event-Detection-from-Tweets
Segmentation based event detection from Tweets. Published at NAACL SRW 2019
NeMo
A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
TensorRT-Model-Optimizer
TensorRT Model Optimizer is a unified library of state-of-the-art model optimization techniques such as quantization, pruning, distillation, etc. It compresses deep learning models for downstream deployment frameworks like TensorRT-LLM or TensorRT to optimize inference speed on NVIDIA GPUs.
kevalmorabia97's Repositories
kevalmorabia97/CoVA-Web-Object-Detection
A Context-aware Visual Attention-based training pipeline for Object Detection from a Webpage screenshot!
kevalmorabia97/SEDTWik-Event-Detection-from-Tweets
Segmentation based event detection from Tweets. Published at NAACL SRW 2019
kevalmorabia97/pyTweetCleaner
Python module to clean twitter JSON data or tweet text and remove unnecessary data such as hyperlinks, comments on someone else's tweet, non-ASCII chars, non-English tweets, and much more
kevalmorabia97/Object-and-Semantic-Part-Detection-pyTorch
Joint detection of Object and its Semantic parts using Attention-based Feature Fusion on PASCAL Parts 2010 dataset
kevalmorabia97/Naive-Bayes-Text-Classifier-in-Java
Naive Bayes Classification used to classify movie reviews as positive or negative
kevalmorabia97/Chat-Messela-Blockchain-Messenger
Chat Message La - A Blockchain implementation for ultra-secure (just kidding!) messaging in Java
kevalmorabia97/Graph-Theory-Implementations-in-Java
This project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path
kevalmorabia97/Location-Tracking-using-Google-Maps-Javascript-API
This was a part of my project during my internship at WATConsult, Mumbai
kevalmorabia97/Pagerank-for-Information-Retrieval-in-Python
Rank the pages in the corpus by considering the inlinks and outlinks. Also handling dead ends and spider traps. Topic Specific Page Rank and visualization of page links using igraph
kevalmorabia97/Top-Down-Parser
Provide Rules and Input to check if the input string is valid as per the rules
kevalmorabia97/FPARM-Frequent-Patterns-and-Association-Rule-Miner
This is an implementation of Apriori algorithm for frequent itemset generation and association rule generation. The GUI is made using JAVA FX or Cmd_Line version can be used
kevalmorabia97/Latex-Resume-Keval-Morabia
My CV/Resume Latex Template!
kevalmorabia97/ID3-Decision-Tree-Classifier-in-Java
ID3 Decision Tree Classifier for Machine Learning along with Reduced Error Pruning and Random Forest to avoid overfitting
kevalmorabia97/Data-Structures-Implementations-in-JAVA
This project contains implementations of some most commonly used data structures like BinarySearchTree, DisjointUnionSet, DoublyLinkedList, Heap, QueueWith2Stacks and StackWith2Queues
kevalmorabia97/ACL-Search-Engine-CS510
Search Engine to search for ACL Papers
kevalmorabia97/Agglomerative-Hierarchical-Clustering-Comparison
Comparison of different linkages like complete, averagem ward on different datasets by plotting data on 2D plane by matplotlib
kevalmorabia97/Collaborative-Filtering
A Python implementation of user based and item based collaborative filtering for matrix completion
kevalmorabia97/Type-Checking-for-C-language
Name, Internal Name and Structural Equivalence check for C language written in Java
kevalmorabia97/Blog-Website-mrcheerful.comli.com
This is a Blog website that I created as a part of my internship at WATConsult, Mumbai.
kevalmorabia97/Candidate-Elimination-for-Concept-Learning-in-Java
This is the java implementation of the candidate elimination algorithm to find the specific and generic boundary of concept learning used in Machine Learning
kevalmorabia97/Number-Theory-Implementations-in-Java
This project contains implementations of number theory algorithms like Binary2Deciamal, BinaryAddition, BinaryMultiplication, Deciaml2Binary, DivMod, EucledianGCD, GenerateSubsetsOfSizeK, ModularExponentiation, NChooseK and SieveOfEratosthenes
kevalmorabia97/Querying-Heterogeneous-Databases
A unified GUI to query heterogenous database consisting of multiple relational (mySQL) and object relational (ObjectDB) databases at different locations
kevalmorabia97/NeMo
A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
kevalmorabia97/NeMo-Framework-Launcher
NeMo Megatron launcher and tools
kevalmorabia97/onnxscript
ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
kevalmorabia97/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration