Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bujowskis/pokemon-wiki-recommender

Recommendation system for pokemon articles on Bulbapedia
https://github.com/bujowskis/pokemon-wiki-recommender

Last synced: 13 days ago
JSON representation

Recommendation system for pokemon articles on Bulbapedia

Awesome Lists containing this project

README

        

# pokemon-wiki-recommender
Recommendation system for pokemon articles on Bulbapedia

The project is about recommending pokemon articles from https://bulbapedia.bulbagarden.net/wiki/Main_Page, based on the provided pokemons (that the user may have read about, be interested in, etc.).

More detailed info in jupyter notebook - https://github.com/bujowskis/pokemon-wiki-recommender/blob/main/ir_project1_wiki_recommender.ipynb

## Files
- `data/` // <- all data - scrapped data, preprocessed data, etc.
- `ir_project1_wiki_recommender/` // <- scrapy project files
- `ir_project1_wiki_recommender/` // <- jupyter notebook with all explanations, tests, results, usage, etc.