From f6ac1104e18d7e576392d38d3de5e7b65ec70ea5 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 12 Dec 2023 23:18:15 +0100 Subject: [PATCH] v0.4.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b7ad1d..effc149 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ It is not a framework, but a collection of useful tools and examples. It's not a ## What you can find here - [x] [**examples**](/examples) - a collection of examples of AI projects, including: - - [x] [image_generation](/examples/image_generation) - TBD + - [x] [image_generation](/examples/image_generation) - see [article](https://wwakabobik.github.io/2023/11/ai_image_generators_api/) first, this is example of image generation with LLM via API - [x] [speak_and_hear](/examples/speak_and_hear) - see [article](https://wwakabobik.github.io/2023/09/ai_learning_to_hear_and_speak/) first, this is LLM speech recognition and TTS example - [x] [test_generator](/examples/test_generator) - see [article](https://wwakabobik.github.io/2023/10/qa_ai_practices_used_for_qa/) first, this is QA automatic tests generator - - [x] [llm_api_comparison](/examples/llm_api_comparison) - TBD + - [x] [llm_api_comparison](/examples/llm_api_comparison) - see [article](https://wwakabobik.github.io/2023/12/ai_llms_2023/) first, this is LLM API comparison for 2023 - [x] [**utils**](/utils) - a collection of useful tools for AI development, in general them all of them used in example projects: - [x] [article_extractor](/utils/article_extractor.py) - limbo for article extraction from web pages - [x] [audio_recorder](/utils/audio_recorder.py) - a simple audio recorder, used in speech recognition / TTS examples