Continous Bag of Words -WOLOF
# 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
```