Fareed Khan
Fareed Khan
Most-powerful-NLP-library
Gemini, as capable as GPT-4, provides a free API with limited access. I tested it with the help of prompt engineering and found that it can solve almost any NLP task you want to tackle.
basiclingua-LLM-Based-NLP
LLM Based NLP Library.
create-stable-diffusion-from-scratch
Implemented a stable diffusion architecture using PyTorch.
Detect-AI-text-Easily
Some words that LLM regularly uses
create-million-parameter-llm-from-scratch
Building a 2.3M-parameter LLM from scratch with LLaMA 1 architecture.
gemini-AI-copilot
Intelligent Help for Efficient Programming
AI-text-to-video-model-from-scratch
In this blog, we will build a small scale text-to-video model from scratch. We will input a text prompt, and our trained model will generate a video based on that prompt.
all-rag-techniques
Implementation of all RAG techniques in a simpler way
Building-llama3-from-scratch
LLaMA 3 is one of the most promising open-source model after Mistral, we will recreate it's architecture in a simpler manner.
gpt4o-from-scratch
Implementation of a GPT-4o like Multimodal from Scratch using Python