diff --git a/examples/README.md b/examples/README.md index 8e224bb35..f33490132 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,7 +9,7 @@ This is a collection of fun examples for the Gemini API. * [Anomaly Detection](./Anomaly_detection_with_embeddings.ipynb): Use embeddings to detect anomalies in your datasets. * [Analyze a Video with Summarization](./Analyze_a_Video_Summarization.ipynb): This notebook shows how you can use Gemini API's multimodal capabilities for video summarization. * [Apollo 11 - long context example](./Apollo_11.ipynb): Search a 400 page transcript from Apollo 11. -* [Clasify text with emeddings](./Classify_text_with_embeddings.ipynb): Use embeddings from the Gemini API with Keras. +* [Classify text with emeddings](./Classify_text_with_embeddings.ipynb): Use embeddings from the Gemini API with Keras. * [Guess the shape](./Guess_the_shape.ipynb): A simple example of using images in prompts. * [Market a Jet Backpack](./Market_a_Jet_Backpack.ipynb): Create a marketing campaign from a product sketch. * [Object detection](./Object_detection.ipynb): Extensive examples with object detection, including with multiple classes, OCR, visual question answering, and even an interactive demo. @@ -36,4 +36,4 @@ This is a collection of fun examples for the Gemini API. * [Automate Google Workspace tasks with the Gemini API](./Apps_script_and_Workspace_codelab): This codelabs shows you how to connect to the Gemini API using Apps Script, and uses the function calling, vision and text capabilities to automate Google Workspace tasks - summarizing a document, analyzing a chart, sending an email and generating some slides directly. All of this is done from a free text input. * [Langchain examples](./langchain): A directory with multiple examples using Gemini with Langchain. -There are even more examples in the [quickstarts](../quickstarts) folder and in the [Awesome Gemini page](../Awesome_gemini.md). \ No newline at end of file +There are even more examples in the [quickstarts](../quickstarts) folder and in the [Awesome Gemini page](../Awesome_gemini.md).