-
National Institute of Technology Karnataka, Surathkal
- India
-
-
Outlier-detection-using-Unsupervised-Graph-Neural-Network Public
Forked from aprameya2001/Outlier-detection-using-Unsupervised-Graph-Neural-NetworkUsing unsupervised custom GraphSAGE based neural networks to perform outlier detection
Jupyter Notebook UpdatedMay 8, 2023 -
Video-Retrieval-using-Deep-Learning Public
Forked from aprameya2001/Video-Retrieval-using-Deep-LearningConvNext CNN and transformer architecture based video retrieval system to perform large scale video retrieval for a query video from a large video database
Jupyter Notebook UpdatedMay 8, 2023 -
-
Information-Retrieval-on-CORD-19-with-Question-Answering-and-Summarization Public
Forked from naveensh10/Information-Retrieval-on-CORD-19-with-Question-Answering-and-SummarizationVarious keyword-based and neural-network-based models are used to efficiently reduce the search space and find relevant sentences from the vast corpus. These sentences are further shortlisted using…
Jupyter Notebook UpdatedJan 13, 2023 -
Multi-label-Feature-Selection-using-Ant-Colony-Optimisation-with-Local-Search Public
Forked from naveensh10/Multi-label-Feature-Selection-using-Ant-Colony-Optimisation-with-Local-SearchFeature selection based on heuristic swarm intelligence. Standard ACO combined with redundancy and relevancy values is used to generate a solution set. This solution is further improved using rando…
Jupyter Notebook UpdatedJan 13, 2023 -
-
Word-Sense-Disambiguation-Prediction Public
Forked from aprameya2001/Word-Sense-Disambiguation-PredictionA project to tackle the task of Word Sense Disambiguation using BERT based models on the WiC-TSV dataset
Jupyter Notebook UpdatedApr 19, 2022 -
People-Identification-using-Face-and-Gait Public
Forked from aprameya2001/People-Identification-using-Face-and-GaitA project to perform people identification at a distance using face and gait data with deep learning
-
A web based toolkit to convert speech to ISL gestures using 3D avatars, learn ISL gestures and to create videos using ISL
-
Epidemiology Public
Forked from rakki-18/EpidemiologyIEEE NITK year-long project
Jupyter Notebook UpdatedApr 8, 2022 -
Solar-Radiation-Prediction Public
Forked from suyash-chintawar/Solar-Radiation-PredictionTo build multi-level statistical models to forecast solar radiation
-
Binary-Image-Segmentation Public
To analyse the performance of different max-flow/min-cut algorithms like Ford-Fulkerson, Edmonds-Karp, Scaling and Dinic’s on the basis of Binary Image Segmentation
-
Parallel-Strassen-Algorithm Public
Parallelizing Strassen’s matrix multiplication using OpenMP, MPI and CUDA.
-
Designing a safety critical smart hospital management system, modelling it using UML/NFA, creating formal specifications using TLA+ and verifying it using TLC Model Checker.
-
-
-
-
-
Disease-Outbreak-Detection Public
Disease Outbreak Detection system based on Twitter Scraping and deep learning.
-
A Virtual Memory Management Simulator to analyze performance of different combinations of fetch policies and replacement algorithms.
-
-
-
Random-Quotes-WebApp Public
A completely Responsive WebApp displaying random quotes
CSS UpdatedDec 20, 2020 -
Flask-Weather-Application Public
Weather Application using Flask and OpenWeatherMap API
Python UpdatedDec 18, 2020 -
Natural-Language-Processing Public
Notebooks of various NLP Concepts
Jupyter Notebook UpdatedDec 16, 2020 -
Msging Public
A Messaging Application Developed Using Flutter and Firebase. It supports user authentication, connecting with other users and direct messaging with connected users.
Dart UpdatedDec 9, 2020 -
Object detection for autonomous vehicles using deep learning models like R-CNNs and Mobile Netv2 Architecture.
Jupyter Notebook UpdatedDec 9, 2020 -
Solving the doctor-patient matching problem (NP-Hard) using Ant Colony Algorithm and further optimizing it with random restructure local search and comparing its performance against naive algorithm.
-
ToDo-Flutter Public
A Simple ToDo Application developed using Flutter and Hive which supports Calender View and implemented with Bloc style Sink/Stream state changes and Toasts/local notification support.