Python Mini Projects

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AnimeGANv2

    [Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime

  • To turn your picture into animations, you can use the algorithm called AnimeGANv2, a deep learning algorithm that transforms real-world scenes into anime-style images. The technical nitty-gritty is beyond the scope of this blog, but if you’d like to learn more, feel free to check out this GitHub.

  • animegan2-pytorch

    PyTorch implementation of AnimeGANv2

  • rom PIL import Image import torch import IPython from IPython.display import display # upload images from google.colab import files uploaded = files.upload() # https://github.com/bryandlee/animegan2-pytorch # load models and face2paint utility function model_facev2 = torch.hub.load("bryandlee/animegan2-pytorch:main", "generator", pretrained="face_paint_512_v2") face2paint = torch.hub.load("bryandlee/animegan2-pytorch:main", "face2paint", size=512) for INPUT_IMG in ['KatLi.JPG']: img = Image.open(INPUT_IMG).convert("RGB") out_facev2 = face2paint(model_facev2, img) # display images display(img) display(out_facev2)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Try AnimeGANv2 with PyTorch on Google Colab

    2 projects | dev.to | 9 Jan 2022
  • An AI generated anime-style portrait for miyoung~

    1 project | /r/offlineTV | 27 Nov 2021
  • Some AI applications I found for BGs

    3 projects | /r/visualnovels | 11 Aug 2022
  • Stable Diffusion might be the holy grail.

    2 projects | /r/AnimeResearch | 7 Aug 2022
  • Kennedy VS Nixon, Part One (1960) | 4k | HFR | COLORIZED | ANIMATED.

    4 projects | /r/MediaSynthesis | 10 Jul 2022