Pinned Repositories
AI-Resume-Insights
An AI-driven resume feedback system built using Langchain and the Gemini API, with a Django backend framework and a Next.js/TypeScript frontend.
Airbnb-DJango-NextJS
Distributed-DB
This project is a distributed file storage system implemented in Go. It combines a content-addressable storage (CAS) design with a peer-to-peer (P2P) networking layer to enable decentralized file storage and retrieval. Files are encrypted using AES-CTR mode before being transmitted over the network, ensuring end-to-end security.
Image-Style-Transfer-Using-CNNs
A Flask application that uses neural style transfer to blend content and style images effortlessly. It uses PyTorch for image processing and Tailwind CSS for sleek, responsive design, providing a high-performance and user-friendly experience.
iste.nitk.ac.in
Repository of the website currently live at https://iste.nitk.ac.in
Kannada-CNN
CNN Classifer to Classify 49 Kannada Alphabets
My-Portfolio-Website
Minimalistic Portfolio Website built using ReactJS and TailwindCSS
Neuro-Sudoku
A full-stack web application for real-time Sudoku solving. Users upload an image of a Sudoku puzzle, the application extracts and recognizes the digits using a Vision Transformer (ViT) model trained on the extended EMNIST dataset, and then solves the puzzle with a backtracking algorithm. The project uses NextJS frontend and FastAPI backend.
Visual-Hand-Gesture-Recognition
This project aims to recognize American Sign Language (ASL) gestures in real-time using Python, OpenCV, and MediaPipe. The system employs computer vision techniques to interpret hand gestures, facilitating communication through ASL.
Web3-Vault-dApp
A Decentralized Password Manager compiled in Remix IDE , deployed on Ethereum BlockChain (Sepolia TestNet). The frontend is designed using ReactJS and CRUD functionalities are implemented. Users can save their passwords securely using blockchain technology.
Nithin1729S's Repositories
Nithin1729S/AI-Resume-Insights
An AI-driven resume feedback system built using Langchain and the Gemini API, with a Django backend framework and a Next.js/TypeScript frontend.
Nithin1729S/iste.nitk.ac.in
Repository of the website currently live at https://iste.nitk.ac.in
Nithin1729S/Kannada-CNN
CNN Classifer to Classify 49 Kannada Alphabets
Nithin1729S/Distributed-DB
This project is a distributed file storage system implemented in Go. It combines a content-addressable storage (CAS) design with a peer-to-peer (P2P) networking layer to enable decentralized file storage and retrieval. Files are encrypted using AES-CTR mode before being transmitted over the network, ensuring end-to-end security.
Nithin1729S/Image-Style-Transfer-Using-CNNs
A Flask application that uses neural style transfer to blend content and style images effortlessly. It uses PyTorch for image processing and Tailwind CSS for sleek, responsive design, providing a high-performance and user-friendly experience.
Nithin1729S/My-Portfolio-Website
Minimalistic Portfolio Website built using ReactJS and TailwindCSS
Nithin1729S/Neuro-Sudoku
A full-stack web application for real-time Sudoku solving. Users upload an image of a Sudoku puzzle, the application extracts and recognizes the digits using a Vision Transformer (ViT) model trained on the extended EMNIST dataset, and then solves the puzzle with a backtracking algorithm. The project uses NextJS frontend and FastAPI backend.
Nithin1729S/CNN-Architectures
Nithin1729S/COVID-19-Prediction
High Accuracy COVID-19 Prediction Using Optimized Union Ensemble Feature Selection Approach
Nithin1729S/CSES-Problem-Sheet
Nithin1729S/Deep-Dream-Generator
Nithin1729S/Design-Patterns
Nithin1729S/FML_ChurnPrediction
Nithin1729S/Go-Cowsay
Cowsay CLI Tool in Golang
Nithin1729S/Go-React-TODO
A Full-stack Todo application with a Go backend and a React TypeScript frontend.
Nithin1729S/Go-Tutorial
Nithin1729S/Image-Color-Palette
Image Color Palette is a Next.js-based web application that allows users to extract color palettes from uploaded images. Users can easily upload an image, view its color composition, and copy color values in different formats (RGB, HEX, HSL).
Nithin1729S/Image-Colorization
Nithin1729S/ISTE-Escape-Room
Website for ISTE Escape Room event, built with Next.js and TypeScript
Nithin1729S/IT350-Lab-Assignments
Data Analytics
Nithin1729S/IT351-Lab-Assignments
Human Computer Interactions Lab Assignments
Nithin1729S/IT352-Lab-Assignments
Information Assurance and Security
Nithin1729S/IT464-Foundations-of-Machine-Learning-Assignments
Foundations of Machine Learning Assignments
Nithin1729S/Java-Tutorials
Java Tutorial Codes
Nithin1729S/KannadaSiameseNet
Siamese Network for one-shot learning to classify Kannada alphabets
Nithin1729S/NextJS-FastAPI
Nithin1729S/Nithin1729S
Readme for my GitHub profile
Nithin1729S/Phishing-Website-Detection
A full-stack phishing detection platform, including a website and browser extension, built with Next.js, TypeScript, and FastAPI. It analyzes URLs by extracting key features, reducing dimensionality with autoencoders, and predicting phishing threats using an SVM model.
Nithin1729S/Type-Master
Nithin1729S/Wordle-Helper
A Wordle Helper built with Go and Next.js/TypeScript that uses present and absent words to predict possible solutions using an underlying backtracking algorithm.