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

https://github.com/mcarlomagno/wikibot

Question + answer machine learning model powered by Wikipedia API + Tensorflow 🤖
https://github.com/mcarlomagno/wikibot

machine-learning tensorflow wikipedia-api

Last synced: about 2 months ago
JSON representation

Question + answer machine learning model powered by Wikipedia API + Tensorflow 🤖

Awesome Lists containing this project

README

          

# Wikibot

Question + answer machine learning model powered by Wikipedia API + Tensorflow.

## Setup

1- Clone the project:

```
git clone https://github.com/MCarlomagno/wikibot.git
```

2- Open the folder:

```
cd wikibot
```

3- Install dependencies:

```
npm install
```

4- Run on browser via Webpack.

```
npm run wpw
```

5- Open /dist/index.html on live server