Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bujowskis/pokemon-wiki-recommender
- Owner: bujowskis
- License: mit
- Created: 2023-11-16T11:05:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T23:33:15.000Z (about 1 year ago)
- Last Synced: 2024-11-07T20:47:50.965Z (2 months ago)
- Language: Jupyter Notebook
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-wiki-recommender
Recommendation system for pokemon articles on BulbapediaThe 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.