Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Dec 12, 2023
1 parent fedc758 commit f6ac110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6ac110

Please sign in to comment.