Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.3 KB

Volupedia

http://www.volupedia.org

Volupedia is an experiment mixing Wikipedia pages with 3D models from Sketchfab.

It is a reverse proxy of Wikipedia that replaces the main image of the article by a Sketchfab embed, if there is one that matches the title of the article.

Feedback & bugfixes welcome!

Articles with interesting 3D models

TODO

  • blacklist some sketchfab tags (eggs?)
  • insert more than 1 model?
  • better sketchfab order (likes+relevance?)
  • pre-process article titles (remove parentheses?)
  • Non-english wikipedia domains

How to test locally

pip install -r requirements.txt
python server.py

Then open http://localhost:5000