python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python word2vec.py
gfoo/word2vec-copilot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python word2vec.py