Repositories

AnilKumarSingh9856โ€™s public work

Current GitHub adoption and maintenance signals.

01
AnilKumarSingh9856/Created_LLMs_from_Scratch

This project implements a GPT model from scratch using PyTorch, covering tokenization, attention mechanisms, transformer blocks, and text generation. It demonstrates pretraining, finetuning for classification, and instruction finetuning, including data handling and evaluation techniques.

Stars
3
Forks
1
Pushed
11mo ago
02
AnilKumarSingh9856/Complete_Harry_Potter_txt_file

The complete text of the Harry Potter saga (Books 1-7) in one file. A dataset for NLP, text analysis, and data exploration. Note: This material is copyrighted and is provided for educational and non-commercial use.

MIT
Stars
3
Forks
0
Pushed
11mo ago
03
AnilKumarSingh9856/Created_Neural_Networks_From_Scratch

Created_Neural_Networks_From_Scratch demonstrates building neural networks step by step without using high-level libraries. It covers core concepts like forward propagation, backpropagation, and training, providing a foundational understanding of deep learning mechanics.

Stars
2
Forks
1
Pushed
10mo ago
07
AnilKumarSingh9856/awesome-low-level-design

A comprehensive Rust implementation of Low-Level Design (LLD), System Architecture, and Design Patterns. mastering object-oriented principles and scalable system design using idiomatic Rust.

RustgolangjavaGPL-3.0Fork
Stars
1
Forks
0
Pushed
5mo ago
09
AnilKumarSingh9856/HR_Interview_tool_using_streamlit

An AI-powered interview coach built with Streamlit and the Groq API for blazing-fast responses. Practice for behavioral interviews by customizing your role, experience level, and question difficulty. Get instant, detailed feedback on your performance to sharpen your skills and land your dream job.

PythonLicense unknown
Stars
1
Forks
0
Pushed
10mo ago
10
AnilKumarSingh9856/AI-Powered-Recommendation-Engine

The AI-Powered Recommendation Engine is a backend project that demonstrates how to build a movie recommendation system using Django, Django REST Framework, and machine learning. The system leverages collaborative filtering techniques to analyze user ratings and movie data, providing personalized recommendations for users.

Stars
1
Forks
0
Pushed
1y ago
13
AnilKumarSingh9856/mingrep

A lightweight, command-line string search utility built with Rust. This project implements core grep functionality, featuring efficient file reading, case-sensitive/insensitive search modes, and robust error handling.

RustLicense unknown
Stars
0
Forks
0
Pushed
8mo ago
14
AnilKumarSingh9856/Multi-head-attention

This repository contains my implementation and experiments with multi-head attention mechanisms. Here, I have explored how multi-head attention works, tested different configurations, and provided code samples, explanations, and results. The project includes detailed documentation and example use cases.

Stars
0
Forks
0
Pushed
12mo ago
15
AnilKumarSingh9856/LLM_Data_Preprocessing

This notebook covers text tokenization for LLMs, exploring simple tokenizers, handling unknown words, and BPE. It demonstrates creating input-target pairs and implementing a PyTorch data loader for training, including token and positional embeddings.

Stars
0
Forks
0
Pushed
1y ago
16
AnilKumarSingh9856/Tokenizer_-_Byte_Pair_Encoding

This code merges token embeddings from the Byte Pair Encoding (BPE) tokenizer with positional embeddings. This allows the model to understand both word meaning (including subwords via BPE) and word order, forming an embedding matrix of shape [batch_size, max_length, output_dim].

Stars
0
Forks
0
Pushed
1y ago
18
AnilKumarSingh9856/Rule_based_sentiment_analysis

A rule-based sentiment analysis project implemented in Jupyter Notebook. This repository demonstrates how to analyze text sentiment using predefined rules and heuristics, making it easy to understand and customize for different sentiment analysis tasks.

Jupyter NotebookLicense unknown
Stars
0
Forks
0
Pushed
1y ago
19
AnilKumarSingh9856/Chatbot_and_Langchain

Explore various chatbot and LLM applications powered by the high-speed Groq API. This repo features Python examples for text generation, streaming responses, keyword extraction, and a complete Retrieval-Augmented Generation (RAG) pipeline built with LangChain, ChromaDB, and Llama3.

Jupyter NotebookLicense unknown
Stars
0
Forks
0
Pushed
1y ago
20
AnilKumarSingh9856/Fake_News_Classification_NLP

๐Ÿ“ฐ Fake News Classification using NLP This project focuses on identifying and classifying fake news articles using Natural Language Processing (NLP) techniques. The goal is to build a reliable model that can differentiate between real and fake news based on textual data such as article titles or content.

Jupyter NotebookLicense unknown
Stars
0
Forks
0
Pushed
1y ago
21
AnilKumarSingh9856/NLP_Fundamental_-_Text_Preprocessing

NLP_Fundamental_&_Text_Preprocessing: This repository covers the foundational concepts of Natural Language Processing (NLP), including key techniques for text preprocessing such as tokenization, stopword removal, stemming, lemmatization, and vectorization, essential for preparing raw text data for machine learning models.

Jupyter NotebookLicense unknown
Stars
0
Forks
0
Pushed
1y ago
23
AnilKumarSingh9856/03_IntroToComputer_Vision_with_TF

๐Ÿš€ Intro to Computer Vision with TensorFlow This repository contains introductory examples and notebooks demonstrating basic computer vision concepts using TensorFlow and OpenCV. It covers reading, processing, and visualizing images โ€” laying the foundation for building deep learning models for computer vision tasks.

Jupyter NotebookLicense unknown
Stars
0
Forks
0
Pushed
1y ago
27
AnilKumarSingh9856/E-Commerce-Backend

E-Commerce Backend is a robust solution for developing the backend infrastructure of an e-commerce application. It supports features such as user authentication, product catalog management, order processing, and payment gateway integration, catering to the needs of scalable and efficient online shopping platforms.

PythonLicense unknown
Stars
0
Forks
0
Pushed
1y ago
31
AnilKumarSingh9856/password_generator_usingPython

๐Ÿ” Password Generator using Python A simple yet powerful Password Generator built using Python. This script allows users to generate secure, random passwords with a mix of letters, numbers, and symbols. It supports custom password lengths and ensures each password is strong and unpredictable. โœ… Features: User-defined password length

PythonLicense unknown
Stars
0
Forks
0
Pushed
1y ago