Skip to content

Luraminaki/CuriosComicCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC DL-UPSCALER

I love Sequential Art. But I don't always have a stable connection (And it seems the author has some issues with his server every once in a while)... And my sight isn't as good as it used to be... So I made this... Please bear in mind that I made this for entertaining and educative purpose only. Consider supporting the author of this comic if you like his work. Just edit the config.json file if you want to play around with the scripts...

Versions

  • 0.1.0-alpha: First release

Table of content

Requirements

Install

For Python 3 installation, consult the following link

Once done, open a new terminal in the directory CuriosComicCrawler and type the following command to create the python virtual environment.

python -m venv .venv

In the same terminal, activate the .venv previously created as follow, or as shown in HowTo, and install the project's dependencies.

  • Windows
.venv\Scripts\activate
pip install -U -r requirements.txt
  • Unix or MacOS
source .venv/bin/activate
pip install -U -r requirements.txt

About The Models

As you saw in the Requirements section, I'm using pre-trained models. Be sure to put these in the data/models/ folder.

Start Comic Crawler Downloader

 python3 downloadCC.py

Start Comic Crawled Upscaler

 python3 upscaleCC.py

About

Tool (Simple web crawler / upscaler working on Jolly Jack's Collected Curios website) in Python-3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages