From 0da4dddd8c3f7775f87a94a87cf8bbe8e569419e Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 20 Feb 2024 12:29:53 -0800 Subject: [PATCH] minor updates to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d81918..89328d49 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Large Multimodal Model Tools -LMM-Tools (Large Multmodal Model Tools) is a simple library that helps you utilize multimodal models to organize your image data. One of the problems of dealing with image data is it can be difficult to organize and quickly search. For example, you might have a bunch of pictures of houses and want to count how many yellow houses you have, or how many houses with adobe roofs. This library utilizes LMMs to help create these tags or descriptions and allow you to search over them, or use them in a database to do other operations. +LMM-Tools (Large Multmodal Model Tools) is a minimal library that helps you utilize multimodal models to organize and structure your image data. One of the problems of dealing with image data is it can be difficult to organize and quickly search. For example, you might have a bunch of pictures of houses and want to count how many yellow houses you have, or how many houses with adobe roofs. This library utilizes LMMs to help create these tags or descriptions and allow you to search over them, or use them in a database to do other operations. ## Getting Started ### LMMs