Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjg30737/pyqt_sentence_similarity_model_using_example
PyQt Showcase of using Sentence Similarity model in HuggingFace
https://github.com/yjg30737/pyqt_sentence_similarity_model_using_example
huggingface pyqt pyqt5 pyqt5-desktop-application python3 qt sentence-similarity sentence-transformers
Last synced: 5 days ago
JSON representation
PyQt Showcase of using Sentence Similarity model in HuggingFace
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt_sentence_similarity_model_using_example
- Owner: yjg30737
- License: mit
- Created: 2023-07-28T08:55:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T08:58:31.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:48:24.575Z (about 2 months ago)
- Topics: huggingface, pyqt, pyqt5, pyqt5-desktop-application, python3, qt, sentence-similarity, sentence-transformers
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt_sentence_similarity_model_using_example
PyQt Showcase of using Sentence Similarity model in HuggingFace## How to Install/Run
1. clone this!
2. pip install -r requirements.txt
3. python main.py
4. add desired sentences and test any models## Preview
![image](https://github.com/yjg30737/pyqt_sentence_similarity_model_using_example/assets/55078043/b8f70abd-e079-4baa-9be9-8b4c70813608)