CyberNovas's repositories
An-AI-Adventure
speaker what you are doing using gpt4-vision
blogify
turn podcasts into engaging blogs
CalorieCam
count calories using camera
chatwithytvideo
simple rag chat with youtube video
DataDigitalizer
remove physcial digital barrier
Dating-Matchmaker-AI-for-LinkedIn-
linkedin matchmaking dating using llms
harrrshall
Heyy It's Harshal
image_labers
with the help of gpt-vision it will be label all the image and sort then them using my python script
LLAMA_-from_scratch
For the sake of learning, I'm implementing LLAMA from the ground up in my own way
NNFS-in-C
Here is my implementation of Andrew Karpathy's neural network series in C to test my understanding.
NNfSiX
Neural Networks from Scratch in various programming languages
rag_from_scratch
Rag implementation from scratch without any framework like langchain or llamaindex
talk_to_pc
this is fun projectr in javascript that enable phone to talk to the pc, and execute some defined command
webscribe
chat with website
ResearchRenderer
turn your research papers into working code
Transformer.c
Implementation of full fledeged tranformer(ie. attention is all you need paper) in c, for learning purpose inspired by @andrew_karpathy