https://github.com/omarmwarraich/ror-gen-ai
Artsmith is a RoR application that allows users to generate art using a stablediffusion AI model. Users can create an account, purchase credits, and use those credits to generate art. The application also allows users to view their generated art and download it.
https://github.com/omarmwarraich/ror-gen-ai
authentication aws-ec2 broadcast certbot docker nginx rails7 ror rubygem stable-diffusion-webui swagger-codegen-cli turbo-rails ubuntu-server
Last synced: about 2 months ago
JSON representation
Artsmith is a RoR application that allows users to generate art using a stablediffusion AI model. Users can create an account, purchase credits, and use those credits to generate art. The application also allows users to view their generated art and download it.
- Host: GitHub
- URL: https://github.com/omarmwarraich/ror-gen-ai
- Owner: OmarMWarraich
- License: mit
- Created: 2024-06-22T08:49:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:10:33.000Z (7 months ago)
- Last Synced: 2025-04-03T20:18:26.426Z (about 2 months ago)
- Topics: authentication, aws-ec2, broadcast, certbot, docker, nginx, rails7, ror, rubygem, stable-diffusion-webui, swagger-codegen-cli, turbo-rails, ubuntu-server
- Language: CSS
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)## Project Description
Artsmith is a web application that allows users to generate art using a generative AI model. Users can create an account, purchase credits, and use those credits to generate art. The application also allows users to view their generated art and download it. The application is built using Ruby on Rails and integrates a generative AI model to generate art. The application also uses Stripe as a payment gateway to allow users to purchase credits. The generative AI model used in the application is StableDiffusion and both the model and the application are deployed on EC2 instances on AWS.
## 🖼 App Screenshot
![]()
![]()
![]()
![]()
![]()
Client
Server
Database
- **Generative AI Model Integration**
- **Custom User Authentication**
- **Stripe Payment Gateway**
- **Responsive Design**
- **Cloud Deployment Mastery**
- Due to the expensive nature of a compute intensive gpu instance, we are unable to provide a live demo at this time considering the fact that this is just a demo project. However, the link to the video demo is available below.
[Live Demo](https://youtu.be/HcN2TQhVp0Y)
To get a local copy up and running, follow these steps.
### Prerequisites
> ## Getting Started
>
> To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have a computer and internet connection
- Have `Ruby` installed on your computer
- Have a basic knowledge of `Ruby` and `OOP` concept
- Have a general understanding of what testing is
- Have `visual-studio code` or any other code editor installed on your computer.
### Setup
- In order to get a copy of this project you need to download it from https://github.com/OmarMWarraich/ror-gen-ai.git
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
yarn
```
### Run Server
- Run the command bellow in your terminal
bin/dev
### Run tests
you can run one of the following command in your terminal
1. Run testing
```Ruby
rspec spec
```
2. Run linters
```Ruby
> Rubocop --color
> Rubocop -A
```
## Author
👤 **Omar Warraich**
- GitHub: [@Omar Warraich](https://github.com/OmarMWarraich)
- Twitter: [@omarwarraich1](https://twitter.com/omarwarraich1)
- LinkedIn: [o-va](https://www.linkedin.com/in/o-va/)
## 🔭 Future Features
- Add Image to Image Generation
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/OmarMWarraich/ror-gen-ai/issues/).
## Show your support
Give a ⭐️ if you like this project!
I would like to thank Phil Smy for his guidance and support throughout the project.
## 📝 License
This project is [MIT](./LICENSE.md) licensed.