/AniViz

Anime Visualization

Primary LanguageJavaScriptMIT LicenseMIT

Anime Visualization

This project is a visualization of the anime dataset from Kaggle, and then using jikan.moe api to get more information about the anime.

Final dataset link: Dataset

Easy Run

Open below link (It will not work if outside IITJ network).

Anime Visualization

Docker Run (Recommended)

Download the github repository and then run below commands in the terminal.

cd docker_images
docker load -i aniviz.tar
docker run -it -p 8040:3000 aniviz:v1.0.0

Wait for the server to start and then open below link in the browser.

http://localhost:8040

Raw Compile

Download the github repository and then run below commands in the terminal.

cd raw
npm install
npm start

Wait for the server to start and then open below link in the browser.

http://localhost:3000

Github Repository

https://github.com/prakharguptaujjain/AniViz