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.
- Host: GitHub
- URL: https://github.com/cfossto/askwiki
- Owner: cfossto
- Created: 2021-12-13T09:30:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T22:10:58.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:20:10.194Z (over 1 year ago)
- Topics: ai, chatbot, nlp, robot, wikipedia
- Language: PowerShell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.