StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient. Embrace the future of language learning with FluentAI.
MIT License
6 stars 1 forks source link

Semantic similarity #14

Open StephanAkkerman opened 1 month ago

StephanAkkerman commented 1 month ago

Embeddings:

StephanAkkerman commented 1 month ago

Could also use word2vec: https://www.geeksforgeeks.org/python-word-embedding-using-word2vec/

StephanAkkerman commented 1 month ago

https://www.sbert.net/examples/applications/semantic-search/README.html https://huggingface.co/sentence-transformers/all-mpnet-base-v2 https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2