https://github.com/dbeley/novelty-detection
https://github.com/dbeley/novelty-detection
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbeley/novelty-detection
- Owner: dbeley
- Created: 2019-04-09T13:28:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:57:05.000Z (over 3 years ago)
- Last Synced: 2025-02-27T15:46:00.832Z (over 1 year ago)
- Language: Python
- Size: 210 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentences_embeddings
## Requirements
- python-nltk
- python-gensim
- python-pytorch
- sent2vec
- infersent
- python-tqdm
## Usage
### Préparation des données
```
python prepare.py -h
python prepare.py
```
### Script principal
```
python model.py -h
python model.py
```