An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Continous Bag of Words - WOLOF

![CBOW-WOLOF](https://github.com/abdouaziz/cbow-wolof/blob/master/images/cbow-wolof.JPG)

> 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
```