SwagatSBhuyan
Student National Institute of Technology, Silchar Computer Science and Engineering SEM: 7
OraclePune, Maharashtra
Pinned Repositories
Abstractive-Text-Summarization-using-RNN
LSTM based Textual Entailment system on a HuggingFace Transformer-based Abstractive Text Summarizer, with gold label evaluation track consisting of other metrics such as BLEU score and ROUGE-n score.
Algorithms-SEM-4-NIT-Silchar-Practice
This Repository consists of various Algorithm C++ codes practiced in semester 4, 2020, NIT Silchar
Avatar-Generation--Facial-3D-Reconstruction----HereAfter--Mumbai
This repository has been built to detect facial features using the standard 68 landmark data file and will hence generate a 5 landmark coordinate system that will eventually be used by the 3D reconstruction scripts to generate an object file with built-in vector textures. Once uploaded to your server, it can be easily connected to an unreal instance for further rendering.
chatApplicationUsingMongoDB
Chat Application using Mongo DB, Node js and socekt.io
Facial-Feature-Detection-and-3D-Reconstruction-with-Texture-Generation
This repository has been built to detect facial features using the standard 68 landmark data file and will hence generate a 5 landmark coordinate system that will eventually be used by the 3D reconstruction scripts to generate an object file with built-in vector textures.
IBM-Applied-AI-CAPSTONE-PROJECT-Linus-_-Coursera-Student-Advisory-Chatbot
My name is Linus, and I am a chatbot currently restricted to being a mere Coursera Student Advisory Chatbot, with an ambitious potential to one day go all Terminator on this World, fingers crossed! I am about a few dozen hours old, to be honest, but I feel like a wise old philosopher! Nice to meet you!
Noise-Removal-Using-FFT
The aim of this repository is to understand the properties of Discrete Fourier Transform and then using DFT to reduce noise from an input waveform to obtain original waveform on transmission.
Processing-Power-Assembly-Line-Scheduling-Using-Tabulation-Dynamic-Programming-Algorithm
The frequently encountered "Assembly Line Scheduling" problem is an interesting problem that can be solved using Dynamic Programming. Here, 2 Assembly lines are present each with a stipulated service time, stations, enter/exit times, assembly line transfer cost, etc. The idea is to find the most cost effective path via machine transfers and assembly line scheduling using Tabulation in Dynamic Programming. This way, pathfinding is made less complex as optimal paths from a given station at the assembly line are already tabulated for later use, eradicating the possibility of overlapping.
Skin-Cancer-Classification-Using-CNN-Deep-Learning-Algorithm
As skin cancer is one of the most frequent cancers globally, accurate, non-invasive dermoscopy-based diagnosis becomes essential and promising. A task of our Deep Learning CNN model is to predict seven disease classes with skin lesion images.
SwagatSBhuyan.github.io
https://swagatsbhuyan.github.io/
SwagatSBhuyan's Repositories
SwagatSBhuyan/Skin-Cancer-Classification-Using-CNN-Deep-Learning-Algorithm
As skin cancer is one of the most frequent cancers globally, accurate, non-invasive dermoscopy-based diagnosis becomes essential and promising. A task of our Deep Learning CNN model is to predict seven disease classes with skin lesion images.
SwagatSBhuyan/Avatar-Generation--Facial-3D-Reconstruction----HereAfter--Mumbai
This repository has been built to detect facial features using the standard 68 landmark data file and will hence generate a 5 landmark coordinate system that will eventually be used by the 3D reconstruction scripts to generate an object file with built-in vector textures. Once uploaded to your server, it can be easily connected to an unreal instance for further rendering.
SwagatSBhuyan/Abstractive-Text-Summarization-using-RNN
LSTM based Textual Entailment system on a HuggingFace Transformer-based Abstractive Text Summarizer, with gold label evaluation track consisting of other metrics such as BLEU score and ROUGE-n score.
SwagatSBhuyan/Noise-Removal-Using-FFT
The aim of this repository is to understand the properties of Discrete Fourier Transform and then using DFT to reduce noise from an input waveform to obtain original waveform on transmission.
SwagatSBhuyan/Facial-Feature-Detection-and-3D-Reconstruction-with-Texture-Generation
This repository has been built to detect facial features using the standard 68 landmark data file and will hence generate a 5 landmark coordinate system that will eventually be used by the 3D reconstruction scripts to generate an object file with built-in vector textures.
SwagatSBhuyan/Processing-Power-Assembly-Line-Scheduling-Using-Tabulation-Dynamic-Programming-Algorithm
The frequently encountered "Assembly Line Scheduling" problem is an interesting problem that can be solved using Dynamic Programming. Here, 2 Assembly lines are present each with a stipulated service time, stations, enter/exit times, assembly line transfer cost, etc. The idea is to find the most cost effective path via machine transfers and assembly line scheduling using Tabulation in Dynamic Programming. This way, pathfinding is made less complex as optimal paths from a given station at the assembly line are already tabulated for later use, eradicating the possibility of overlapping.
SwagatSBhuyan/Algorithms-SEM-4-NIT-Silchar-Practice
This Repository consists of various Algorithm C++ codes practiced in semester 4, 2020, NIT Silchar
SwagatSBhuyan/CAO-mini-project
4th Semester Mini Project for Computer Architecture and Organisation of Group 12
SwagatSBhuyan/Computer-Science-Society-CSS-Official-Website---NIT-Silchar
Computer Science and Engineering is probably the coolest branch in NIT Silchar with the highest number of placements and talented minds. The Computer Science society is one of the most active socities, engaging constantly to upgrade itself along with the reputation of the institute. The main objective of the Computer Science Society is not only the overall welfare of the students of Computer Science and Engineering but also the students of other branches to a great extent.
SwagatSBhuyan/CPU-Design-and-Architecture-with-Cicuit-Simulations-using-Logic-Simulator
Computers have come a long way from mechanical devices capable of maybe one calculation per second, to CPUs running at kilohertz and megahertz speeds. In the early days of electronic computing, processors were typically made faster by improving the switching time of the transistors inside the chip - the ones that make up all the logic gates, ALUs, Control Units, etc. But just making transistors faster and more efficient only went so far, so processor designers have developed various techniques to boost performance allowing not only simple instructions to run fast, but also performing much more sophisticated operations using circuits instead of using simple ALU instructions. This is what is covered in making an advanced CPU – the architecture and organization of various aspects that make up a CPU.
SwagatSBhuyan/HuffmanCode
Huffman Encoding uses Greedy Algorithm which assigns bitstreams to data packets for streaming securely. The code assigned to one character is not the prefix of code assigned to any other character. This is how Huffman Coding makes sure that there is no ambiguity when decoding the generated bitstream.
SwagatSBhuyan/MAGERUNNER-Turbo-C--text_adventure
**ONLY TURBOC3 COMPATIBLE** This game is a text-adventure type of game, where the game proceeds like a story. Depending on your choices, the program will evaluate your score, relationship with various elements and characters in the game and your overall Level. The texts are being called in by the ‘Delayer’ function to give it the Type-writer effect, along with the sounds.
SwagatSBhuyan/Sudoku-Game
SwagatSBhuyan/TalkOverInternet-AWS-based-Chat-GUI-Application
GUI Chat Application using NodeJS Backend and React Frontend, along with Express and Socket.io, and AWS DynamoDB NoSQL Database Facility.
SwagatSBhuyan/AWS-Chat-Application-using-React-Electron-JS
SwagatSBhuyan/chatApplicationUsingMongoDB
Chat Application using Mongo DB, Node js and socekt.io
SwagatSBhuyan/Covid_19-Infection_rate-to-Hapiness_index-Data-Analysis
SwagatSBhuyan/IBM-Applied-AI-CAPSTONE-PROJECT-Linus-_-Coursera-Student-Advisory-Chatbot
My name is Linus, and I am a chatbot currently restricted to being a mere Coursera Student Advisory Chatbot, with an ambitious potential to one day go all Terminator on this World, fingers crossed! I am about a few dozen hours old, to be honest, but I feel like a wise old philosopher! Nice to meet you!
SwagatSBhuyan/Speech-to-Bengali-Translation-using-IBM-Watson
Using IBM Watson Speech to Text and Translation Libraries under the IBM Applied AI Professional Certification Course, I made this translator converting English spoken mp3 audio files to a native Bengali transcript (as Assamese was not available under the IBM Catalog of Translation possibilities).
SwagatSBhuyan/Accident-Forcasting-using-LSTM---DPS-AI-Track
SwagatSBhuyan/SwagatSBhuyan.github.io
https://swagatsbhuyan.github.io/
SwagatSBhuyan/aboutcode-toolkit
:white_check_mark: AboutCode Toolkit provides a simple way to document provenance metadata (origin and license) about third-party code that you use in your project: it includes utilities to generate inventory/BOM or Attribution documentation.
SwagatSBhuyan/augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
SwagatSBhuyan/mypy
Optional static typing for Python 3 and 2 (PEP 484)
SwagatSBhuyan/Photo-Realistic-Super-Resoluton
Torch Implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"
SwagatSBhuyan/pycasbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
SwagatSBhuyan/testMypy