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

https://github.com/cfossto/askwiki

A custom NLP app where you can ask Wikipedia anything you want.
https://github.com/cfossto/askwiki

ai chatbot nlp robot wikipedia

Last synced: 6 months ago
JSON representation

A custom NLP app where you can ask Wikipedia anything you want.

Awesome Lists containing this project

README

          

# askWiki

This repository is using transformers from HuggingFace to solve an interesting task: To get a summary about a topic from Wikipedia.
Techniques used in this repo are:

- Data scraping with BeautifulSoup
- Summarizing transformer
- Question-Answering transformer
- Comperhension transformer

It was a fun school project to see how few components could be used to create value for an end-user.
Even though no training of models were done (see other repos for that), you can easily see the power of Transformers here.
This project was more of a study of scraping and utilizing AI in a minimal way.