Fareed Khan

Results 10 repositories owned by Fareed Khan

Most-powerful-NLP-library

25
Stars
8
Forks
Watchers

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.

create-stable-diffusion-from-scratch

35
Stars
4
Forks
Watchers

Implemented a stable diffusion architecture using PyTorch.

Building a 2.3M-parameter LLM from scratch with LLaMA 1 architecture.

gemini-AI-copilot

15
Stars
4
Forks
Watchers

Intelligent Help for Efficient Programming

AI-text-to-video-model-from-scratch

119
Stars
21
Forks
Watchers

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

5.4k
Stars
653
Forks
Watchers

Implementation of all RAG techniques in a simpler way

Building-llama3-from-scratch

190
Stars
45
Forks
190
Watchers

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

73
Stars
15
Forks
73
Watchers

Implementation of a GPT-4o like Multimodal from Scratch using Python