Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viacheslavdanilov/atriel-studio
This repository is devoted to the ongoing maintenance of the Atriel Studio shop, where we specialize in providing essential tools and resources for graphic designers and businesses.
https://github.com/viacheslavdanilov/atriel-studio
etsy graphics-design pinterest
Last synced: 8 days ago
JSON representation
This repository is devoted to the ongoing maintenance of the Atriel Studio shop, where we specialize in providing essential tools and resources for graphic designers and businesses.
- Host: GitHub
- URL: https://github.com/viacheslavdanilov/atriel-studio
- Owner: ViacheslavDanilov
- Created: 2024-03-15T20:43:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T09:58:51.000Z (3 months ago)
- Last Synced: 2024-11-10T13:49:05.195Z (2 months ago)
- Topics: etsy, graphics-design, pinterest
- Language: Python
- Homepage: https://atriel-studio.com/
- Size: 4.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atriel Studio
## 📖 Contents
- [Introduction](#introduction)
- [Products](#products)
- [Requirements](#requirements)
- [Installation](#installation)
- [Docker Running](#docker)
- [Interfaces](#interfaces)
## 🎯 Introduction
This repository is devoted to the ongoing maintenance of the Atriel Studio shop, where we specialize in providing essential tools and resources for graphic designers and businesses. Our algorithms and scripts streamline image generation and optimize content for platforms like Pinterest, ensuring your brand shines with captivating designs.The Atriel Studio shop is dedicated to helping your brand stand out with eye-catching designs and efficient workflows. Join us as we continue to enhance the shop, empowering designers and businesses worldwide.
The shop is available on multiple platforms and marketplaces:
- **Atriel Studio:** https://atriel-studio.com/
- **Etsy:** https://atrielstudio.etsy.com/
- **Creative Market:** https://creativemarket.com/LiliesandBerries
Instagram templates for Estheticians and Beauty Business Owners
## 💻 Requirements
- Operating System
- [x] macOS
- [x] Linux
- [x] Windows (limited testing carried out)
- Python 3.12.x
- Required core libraries: [environment.yaml](environment.yaml)
## ⚙ Installation
**Step 1:** Install MinicondaInstallation guide: https://docs.conda.io/projects/miniconda/en/latest/index.html#quick-command-line-install
**Step 2:** Clone the repository and change the current working directory
``` bash
git clone https://github.com/ViacheslavDanilov/atriel-studio.git
cd atriel-studio
```**Step 3:** Set up an environment and install the necessary packages
``` bash
chmod +x make_env.sh
./make_env.s
```
## 📦 Docker Running
**Step 1:** Install DockerInstallation guide: https://www.docker.com/products/docker-desktop/
**Step 2:** Clone the repository and change the current working directory
``` bash
git clone https://github.com/ViacheslavDanilov/atriel-studio.git
cd atriel-studio
```**Step 3:** Build the Docker image
``` bash
docker build -t atriel-app .
```**Step 4:** Run the Docker container with volume and port mapping
``` bash
docker run -it -v /Users/viacheslav.danilov/projects/personal/atriel-studio:/atriel-studio -p 7860:7860 -p 7822:7822 atriel-app
```
Interface for bulk upload pins to Pinterest
Interface for image generation pipeline