Compare commits

...

6 Commits

Author SHA1 Message Date
VaszhurSofia
ac1c8d7511 Merge 50e8cac20e into cf5d750133 2025-04-11 16:27:08 -03:00
Paul Kuruvilla
cf5d750133 Merge pull request #1414 from maysara-elshewehy/master 2025-04-11 12:13:28 -07:00
Maysara
d6ce7605f0 Add a new tutorial link for zig. 2025-04-11 20:00:24 +02:00
VaszhurSofia
50e8cac20e Update README.md 2022-02-21 12:22:51 +01:00
VaszhurSofia
ad057fce9a Merge pull request #1 from VaszhurSofia/VaszhurSofia-Search-Jina
Add Neural Image Search with Jina
2022-02-21 11:59:12 +01:00
VaszhurSofia
877fa00ee4 Add Neural Image Search with Jina 2022-02-21 11:55:54 +01:00

View File

@@ -123,6 +123,7 @@ It's a great way to learn.
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
#### Build your own `Database`
@@ -351,6 +352,7 @@ It's a great way to learn.
* [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video]
* [**Python**: _Making text search learn from feedback_](https://medium.com/filament-ai/making-text-search-learn-from-feedback-4fe210fd87b0)
* [**Python**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/)
* [**Python**: _Neural Image Search with Jina_](https://colab.research.google.com/github/alexcg1/neural-search-notebooks/blob/main/fashion-search/1_build_basic_search/basic_search.ipynb)
#### Build your own `Shell`