https://github.com/najibadan/manga-db
https://github.com/najibadan/manga-db
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/najibadan/manga-db
- Owner: NajibAdan
- Created: 2025-02-22T07:04:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T08:13:05.000Z (8 months ago)
- Last Synced: 2025-02-24T09:24:34.448Z (8 months ago)
- Language: Python
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Inspired by jpdb.io, which offers extensive details on the number of kanjis and characters in novels, visual novels, and anime, this project was created to address a missing piece—comprehensive data on mangas.
# Data sources
- Mokuro Files: We parse publicly available mokuro files to extract text data.
- Anilist API: Manga metadata is fetched via the Anilist API, enhancing the dataset with rich contextual information.
# Okay this is cool but where do I view it?
The project is hosted online, but you can also run it locally using Docker. Follow these steps:
1. Clone this repo
2. Copy the provided env example file as .env
```bash
cp .env_example .env
```
3. Launch with Docker Compose
```bash
docker compose up -d
```
4. Head to http://localhost:8501 to see the project!
Happy exploring!