Work @ Parallel (done)

Tiktok Account PFP Generator (done)

Next steps are to create a streamline process to get the png files onto google drive.

https://chatgpt.com/c/675b4ffc-8208-800e-bc6d-4a866f78407a

For complex gradients:

Web Scraper (done)

Attempt 1

https://www.datafuel.dev/

Input: Brand Website

https://kith.com/

Output: Merchandise Info

image.png

left off on background remover api

Next steps were to use an api from remover.bg

Attempt 2

I am creating a python script that takes a shopping aggregators website url as it's input, then as it's output it spits out a list of the items on the website. These items would include the name, description, price, and a transparent png of the product image.

In order to get there I have devices the current plan.

Step 1: Initially scrape the website url for raw html files.

Step 2: Seperate the important information from the raw html file. This will have the name, description, price and urls to the loaded images.

step 3: go to the urls and pull the images to a databse

step 4: use a background remover api like remover.bg

step 5: output into a csv file with info