https://github.com/abdouaziz/cbow-wolof
Continous Bag of Words -WOLOF
https://github.com/abdouaziz/cbow-wolof
cbow embeddings nlp tensorflow
Last synced: about 2 months ago
JSON representation
Continous Bag of Words -WOLOF
- Host: GitHub
- URL: https://github.com/abdouaziz/cbow-wolof
- Owner: abdouaziz
- Created: 2021-01-12T16:35:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T11:02:26.000Z (over 4 years ago)
- Last Synced: 2025-01-30T00:32:12.827Z (over 1 year ago)
- Topics: cbow, embeddings, nlp, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Continous Bag of Words - WOLOF

> In this projet we make a word embedding with the cbow model from scratch
> The projet run with Streamlit
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
install Streamlit by typing this code below
```
$ pip install streamlit
```
## Running the tests
To launch the project, place in the folder and launch the command below
```
$ streamlit run app.py
```