A web app that is capable of autocompleting kinyarwanda text, by predicting the next word.
# Kinyarwanda Autocomplete application using Streamlit
A web app that is capable of predicting the next word on its own.
## Overview
A web application that have a BILSTM and BILSTM+ Attention model that will be loaded when they will be selected only once. After that, they will serve fast as they are cached. You can select the number of next words that should come after the given text.
## Installation
c) Clone this project
```bash
git clone
github.com
```
d) Move into the cloned directory
```bash
cd next_word_prediction_streamlit
```
e) Now install all requirements
```bash
pip install -r requirements.txt
```
## Run
1. After successfully installing Windows user can directly open the link that will appear
2. After successful installation open type
```bash
streamlet run next_word.py
```
and then open the link
## Technologies Used