All Projects → VladimirGl → Artee.ai

VladimirGl / Artee.ai

AI Generated Tees

Projects that are alternatives of or similar to Artee.ai

Linguistic and stylistic complexity
Linguistic and stylistic complexity measures for (literary) texts
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Tensorflow Binary Classification
A binary classification model based on tensorflow.
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Financial Machine Learning Articles
Contains the code for my financial machine learning articles
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Deep learning projects
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Icyface offline
offline part of icyface
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Gpufilter
GPU Recursive Filtering
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Yancheng Sales
天池-印象盐城-汽车销量预测大赛
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Kaggle
Kaggle에서 진행하는 경진대회의 코드를 올려둔 공간입니다.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Keras Faster Rcnn
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Ismir2020 u nets svs
A PyTorch Implementation of the paper - Choi, Woosung, et al. "Investigating u-nets with various intermediate blocks for spectrogram-based singing voice separation." 21th International Society for Music Information Retrieval Conference, ISMIR. 2020.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Imageretrieval
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Neural networks
This is the code for "Neural Networks - The Math of Intelligence #4" by Siraj Raval on Youtube
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Adv fin ml exercises
Experimental solutions to selected exercises from the book [Advances in Financial Machine Learning by Marcos Lopez De Prado]
Stars: ✭ 944 (+3155.17%)
Mutual labels:  jupyter-notebook
Personal History Archive
An experiment in creating a dump of your personal browser history for analysis
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Mlnet Workshop
ML.NET Workshop to predict car sales prices
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Uc berkeley Applied Machine Learning
Materials for Applied Machine Learning Taught in Python
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Python plotting snippets
Tips and tricks for plotting in python
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Symbolic Metamodeling
Codebase for "Demystifying Black-box Models with Symbolic Metamodels", NeurIPS 2019.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow In Practice Specialization
DeepLearning.AI TensorFlow Developer Professional Certificate Specialization
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Tetrahedra
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook

artee.ai

This repo contains some models and code from artee.ai project - endless AI Generated Tees store.

T-Shirt designs and captions were generated using neural networks. Each time updating the page, a unique design is obtained. Any t-shirt can be ordered by clicking on it. Tees printed in UK using Teemill service and delivered worldwide.

Drag Racing

StyleGAN model

COLAB DEMO

A high-quality generative model is the heart of our product. So we started with research in this direction. t is obvious that the quality will depend on two things - algorithm and data.

As an algorithm we decided to use StyleGAN (original NVIDIA's repo link), since it generates high-resolution images (1024 x 1024) and it was proved that it works for different domains (tons of this[soemthing]doesnotexists sites).

As a dataset, we used subset of wikiart styles and The Museum of Modern Art dataset. We have removed low-quality images, crop non-square images and it gave us a final dataset of about 40.000 images.

You can check how our model works using colab or pytorch_stylegan_art.ipynb notebook.

Google Cloud

We use google cloud products as a backend for our store. We don't want to generate designs on the fly, because it is expensive to have GPU instance always up. Instead of this we pre-generate hundreds of thousands of designs with all required meta and store them on google cloud storage. Also, we have a google cloud firestore database with information about products. So we try not to show t-shirts which have already been ordered. f our database runs out we will just generate new designs.

We have two API endpoints (code in gcloud folder):

  • get_products - returns the list of 12 t-shirts with all required meta
  • get_product_url - generate URL for custom teemill product, so a user can order t-shirt

Both endpoints use google cloud functions, so we have fully serverless and scalable architecture.

Some URL's

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].