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 🤖
- Host: GitHub
- URL: https://github.com/mcarlomagno/wikibot
- Owner: MCarlomagno
- License: bsd-3-clause
- Created: 2021-02-20T02:15:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T19:53:48.000Z (over 5 years ago)
- Last Synced: 2025-07-14T01:27:25.110Z (12 months ago)
- Topics: machine-learning, tensorflow, wikipedia-api
- Language: TypeScript
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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