Pinned Repositories
Automatic-Assessment-of-Speaking-Skills
This repository contains the code for the implementation of the paper Automatic Assessment of Speaking Skills Using Aural and Textual Information (Eleftherio, 2021).
Cost-Minimisation-through-Reinforcement-Learning
This repository contains the code for four reinforcement learning algorithms Dynamic Programming, Value Iteration, REINFORCE and Actor-Critic Method.
Emotion-Detection-in-text
CL2 Project aimed at identifying emotion in a text
FoodOrder
A food ordering app created using MERN stack. This App provides functionality for customers to order and vendors to list food items that can be ordered.
GLUECoS
A benchmark for code-switched NLP, ACL 2020
Kneyser-Ney-and-Witten-Bell-smoothing
Implementation of Kneyser-Ney and Witten Bell smoothing techniques from scratch in Python
LSTM-Language-Modeling-using-Tensorflow
Code for implementation of language modelling using LSTM in Tensorflow
Multiperspective-Answer-Summariser
An Automatic Answer Summariser developed using Python, PyTorch, and HuggingFace trained on Quora Dataset aimed at summarizing and providing a single answer to a question using answers from multiple users.
PPSED-Implementation
This repository contains the code for the implementation of the paper Privacy Preserving Keyword Searches on Remote Encrypted Data (Chang, 2005).
xv6
Modified the Xv6 operating system as part of a mini project in the Operating systems and networks (OSN) course in IIIT Hyderabad
Likhith-Asapu's Repositories
Likhith-Asapu/xv6
Modified the Xv6 operating system as part of a mini project in the Operating systems and networks (OSN) course in IIIT Hyderabad
Likhith-Asapu/Automatic-Assessment-of-Speaking-Skills
This repository contains the code for the implementation of the paper Automatic Assessment of Speaking Skills Using Aural and Textual Information (Eleftherio, 2021).
Likhith-Asapu/Cost-Minimisation-through-Reinforcement-Learning
This repository contains the code for four reinforcement learning algorithms Dynamic Programming, Value Iteration, REINFORCE and Actor-Critic Method.
Likhith-Asapu/Emotion-Detection-in-text
CL2 Project aimed at identifying emotion in a text
Likhith-Asapu/FoodOrder
A food ordering app created using MERN stack. This App provides functionality for customers to order and vendors to list food items that can be ordered.
Likhith-Asapu/GLUECoS
A benchmark for code-switched NLP, ACL 2020
Likhith-Asapu/Kneyser-Ney-and-Witten-Bell-smoothing
Implementation of Kneyser-Ney and Witten Bell smoothing techniques from scratch in Python
Likhith-Asapu/LSTM-Language-Modeling-using-Tensorflow
Code for implementation of language modelling using LSTM in Tensorflow
Likhith-Asapu/Multiperspective-Answer-Summariser
An Automatic Answer Summariser developed using Python, PyTorch, and HuggingFace trained on Quora Dataset aimed at summarizing and providing a single answer to a question using answers from multiple users.
Likhith-Asapu/PPSED-Implementation
This repository contains the code for the implementation of the paper Privacy Preserving Keyword Searches on Remote Encrypted Data (Chang, 2005).
Likhith-Asapu/Locally-Adaptive-KNN
This repository contains implementation for four locally adaptive KNN algorithms.
Likhith-Asapu/Simple-Form
Simple form created using react and firebase.
Likhith-Asapu/Word-Embedding-Algorithms-in-Python
Code for implementation of word embeddings from scratch in python using Frequency-based Embedding(Co-occurrence Matrix method) and Prediction-based Embedding method(Word2vec method)
Likhith-Asapu/word-sense-disambiguation
NLP: Word Sense Disambiguation (WSD) 📚 on python 3 🐍.