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

https://github.com/sheel-ui/next-word-frontend

Text auto-completion system using the bert-base-uncased model by Hugging Face in the backend. Designed to enhance user experience across various applications, it anticipates and suggests word sequences as users type.
https://github.com/sheel-ui/next-word-frontend

angularjs bert-base-uncased natural-language-processing next-word-prediction python-backend

Last synced: 3 months ago
JSON representation

Text auto-completion system using the bert-base-uncased model by Hugging Face in the backend. Designed to enhance user experience across various applications, it anticipates and suggests word sequences as users type.

Awesome Lists containing this project

README

        

# Next Word Frontend

This is the frontend component of the Next Word Prediction project.
To enable backend functionality, a separate service needs to be initiated. GitHub repository for the backend - [next-word-backend](https://github.com/Sheel-ui/next-word-backend)

## Installation

1. Clone this repository:

```bash
$ git clone https://github.com/Sheel-ui/next-word-frontend.git

2. Navigate to the project directory:

```bash
$ cd next-word-frontend
```

3. Install dependencies:

```bash
$ npm install
```

## Usage

To start the development server, run:

```bash
$ ng serve
```

This will start the server at `http://localhost:4200/` by default.

# Demo
![Alt Text](./demo/demo.gif)