- South Korea
- in/koyiljonvaliev2003
-
-
advanced-chunker Public
Forked from rango-ramesh/advanced-chunkerSemantic Chunker is a lightweight Python package for semantically-aware chunking and clustering of text.
Python MIT License UpdatedApr 12, 2025 -
-
Fine-tuned LLaMA 3.2 model for customer support using Unsloth optimization. Trained on Bitext's 27K customer service dataset. Optimized for M1 Mac.
Jupyter Notebook UpdatedJan 30, 2025 -
Face-mask-detection-Pytorch Public
Face Mask Detection: PyTorch, OpenCV, Python, and MTCNN, this project detects face mask presence. It combines deep learning, computer vision, and real-time video processing. Trained on labeled data…
-
-
🌌 Stable Diffusion Transformer Experiments - Exploring the frontiers of image-to-image generation with the Stable Diffusion transformer. Dive into fascinating results, view the original images, and…
-
Multimodal Effective Video Search
Python UpdatedJan 30, 2025 -
LLM_TOUR_RECOMMENDATION Public
An intelligent travel planning system that generates optimized daily schedules and recommendations for travelers in Busan using LangChain and multiple AI agents.
Jupyter Notebook UpdatedNov 24, 2024 -
-
-
-
seq2seq-attention-chatbot Public
A PyTorch implementation of a sequence-to-sequence conversational AI chatbot with attention mechanisms. The model uses bidirectional GRU encoders and Luong's global attention for processing dialogu…
Jupyter Notebook UpdatedNov 16, 2024 -
modular-biped Public
Forked from makerforgetech/modular-bipedAn open source framework for creating a bipedal modular companion robot.
Python GNU General Public License v3.0 UpdatedNov 2, 2024 -
Sentiment-Analysis Public
Sentiment Analysis using 3 AI models
Jupyter Notebook MIT License UpdatedOct 9, 2024 -
This repository contains implementations of popular Convolutional Neural Network (CNN) architectures built from scratch. Our goal is to provide clear, well-documented code for educational purposes …
Jupyter Notebook MIT License UpdatedAug 20, 2024 -
CLIP Public
Forked from openai/CLIPCLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
Jupyter Notebook MIT License UpdatedJul 23, 2024 -
neural_network_from_scratch Public
We will build the Feed Forward Neural Network from scratch.
Jupyter Notebook MIT License UpdatedJul 22, 2024 -
stable-diffusion-model Public
Forked from CompVis/stable-diffusionA latent text-to-image diffusion model
-
air-quality-monitoring Public
Indoor air quality monitoring system using streamlit and ThingSpeak
Python Apache License 2.0 UpdatedMay 11, 2024 -
pytorch_tutorial Public
This repository include Pytorch-Zero-To-Gans-Tutorial
-
Pytorch-HousePricePrediction Public
"Utilize PyTorch for house price prediction. Preprocess data, build a custom neural network, train with MSE loss using SGD optimization. Tune using validation set, evaluate with MAE, RMSE. Deploy f…
Jupyter Notebook Apache License 2.0 UpdatedMay 6, 2024 -
DigitRecognizer Public
Hand-written Digit Recognizer project with Pytorch
Jupyter Notebook Apache License 2.0 UpdatedMay 6, 2024 -
-
CLIP4Clip Public
Forked from ArrowLuo/CLIP4ClipAn official implementation for "CLIP4Clip: An Empirical Study of CLIP for End to End Video Clip Retrieval"
Python MIT License UpdatedApr 12, 2024 -
-
battery-rul-prediction Public
A machine learning project to predict the Remaining Useful Life (RUL) of NMC-LCO 18650 batteries using voltage and current behavior data from the Hawaii Natural Energy Institute. Features advanced …
-
awesome-video-text-retrieval Public
Forked from danieljf24/awesome-video-text-retrievalA curated list of deep learning resources for video-text retrieval.
UpdatedOct 20, 2023 -
"Utilize PyTorch for insurance price prediction. Preprocess data, build a custom neural network, train with MSE loss using SGD optimization. Tune using validation set, evaluate with MSE. Find MSE b…
Jupyter Notebook Apache License 2.0 UpdatedAug 23, 2023 -
StatFlow_EDA_APP Public
A web application for automated Exploratory Data Analysis (EDA) built with Streamlit and Pandas Profiling. Upload your dataset to instantly generate interactive visualizations, statistical analyses…