Student's name | SCIPER |
---|---|
Anna Lavrenko | 389025 |
Dmitrii Litvin | 395705 |
Vladimir Melnikov | 390273 |
Our project is based on the famous Japanese anime series Naruto Shippuden. Naruto is a Japanese anime television series based on Masashi Kishimoto's manga series of the same name. The story follows Naruto Uzumaki, a young ninja who seeks recognition from his peers and dreams of becoming the Hokage, the leader of his village. Naruto Shippuden is considered the main series and consists of 500 twenty-minute episodes in total.
If you are a fan of Naruto, our website helps you explore the anime world and characters in more depth. The websites includes a list of main characters with their pictures and short descriptions, a map visualizing their birthplaces, a statistics plot showing ability scores for some characters, and a battle matrix that displays the number of battles and their descriptions for the top fifty-five characters who fought the most throughout the series.
- Character Statistics from the Russian fandom page (translated with a script)
- Summary of all episodes from the English wiki from which we extracted information about the battles (counterparties, location, outcome)
- Characters’ story lines scraped from the English wiki (e.g. hometown)
- Generated data with the use of the above
- Clone our repository
- Go to the website folder
- Start an HTTP server
├── Process_Book_Naruto.pdf
├── data processed data
├── preprocessing_data preprocessing notebooks
├── raw_data
├── banner_pics
├── profile_pictures
├── imgs
├── milestones
├── index.html
├── styles.css
├── src
│ ├── common.js
│ ├── draw_cooccurrence.js
│ ├── draw_markers.js
│ ├── draw_plot.js
│ └── draw_sidebar.js