Siddp278
Hi there, I am a software developer passionate about building LLM powered tools, solving real-life problems :)
JnJUSA
Pinned Repositories
7th-Semester-Project
This is the minor-project that is to be submitted to my University, during the 7th semester. We build a BiLSTM model and train the model on textual data - Twitter data.
CodeSearch
Developing a transformer for article search query tool
Deeplearning.ai-Natural-Language-Processing-Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
django-whatsapp-web-clone
A WhatsApp Web Clone Chat Application for those developers that like to use Django Channel for handling WebSocket request
encoder-decoder-models
Learning applications of encoder decoder models for language translation, generation, summarization, etc.
new-forecasting-models
Implemented/Replicated novel RNN family and attention mechanism for time forecasting for multivariate time series
NLP_deeplearning
Implemented some of the models and techniques learned in NLP to help build systems that help in daily life.
Siamese-model-for-IR
Implement Siamese architecture for Information retrieval.
Smart-Tranfer-Learning-for-TSC
Transfer Learning Project Work
text-summarization-transformer
Creating end-to-end pipeline for transformer model on text summarization.
Siddp278's Repositories
Siddp278/Deeplearning.ai-Natural-Language-Processing-Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
Siddp278/Edge_networks_internship
Internship I had at Edge Networks in summer 2020.
Siddp278/slack-clone
Siddp278/sms_slang_translator
Python Script to abbreviate slangs
Siddp278/Verzeo-Project
The major project done for verzeo
Siddp278/Word-Prediction
This repo is being created to store the code and implementation part of the N- Gram model using both Statistical and Neural Net approach
Siddp278/Bangla-Word-Prediction-System
Goal of this work is to take Bengali one or more words as input in a system and predict the next most likely word and also suggest the full possible sentence as output. Recurrent Neural Network (RNN) was used with Gated Recurrent Unit (GRU) to train and create the model. About 200,000 plus word data has been used as dataset. The dataset has been collected from several authentic sources. We also published a paper based on our unique work.
Siddp278/Content_Moderation_API
API for moderating online chat content
Siddp278/justchat
A chat application built with Django channels.
Siddp278/Needleman-Wunsch
Interactive Visualization of Needleman-Wunsch Algorithm in Javascript
Siddp278/neural-enhance
Super Resolution for images using deep learning.
Siddp278/nlp-for-hinglish
To create a language model for hinglish
Siddp278/Python-Sentiment-Analysis
Sentiment Analysis & Scraping technique
Siddp278/sent2vec
General purpose unsupervised sentence representations
Siddp278/sentence2vec
Sentence2vec as described in A SIMPLE BUT TOUGH TO BEAT BASELINE FOR SENTENCE EMBEDDINGS by Sanjeev Arora, Yingyu Liang, Tengyu Ma
Siddp278/Text_to_and_fro_Speech
A simple code work for text to speech and speech to text conversion - maybe will be used in a project.