Repository contains Computer Vision based and Natural Language Processing (RAG based) machine learning projects.
They are:
-
Object Detection (Computer Vision): ContainsDrawing_Bounding_Box.ipynbdemonstrating how to effectively draw a bounding box on an image andObject_Detection_Notebook.ipynbshowcasing the building of the actual object detection system and its deployment into Hugging Face Spaces for live inference. -
Rag Systems (NLP): subfolder is divided into:-
local_rag: consists of local rag system built from scratch. -
multimodal_rag: contains implementation of a local multimodal rag.
-