Skip to content

A generative AI application capable of rapid on-demand image synthesis

Notifications You must be signed in to change notification settings

itsiprikshit/photosmyth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photosmyth

Photosmyth is a generative AI application built using streamlit that generates images. To build this application, I used sdxl-turbo, a fast text-to-image model provided by NVidia AI Foundation Models and Endpoints. It is hosted on NVidia API Catalog which provides easy access to the model APIs.

You can read more about photosmyth and the development process here.

Getting started

Step 1: Create a virtual environment

python3 -m virtualenv venv

Step 2: Activate the virtual environment

source venv/bin/activate

Step 3: Install the required dependencies

pip install -r requirements.txt

Step 4: Start the streamlit app

streamlit run app.py --server.port 8013

Navigate to http://localhost:8013 on your browser.

About

A generative AI application capable of rapid on-demand image synthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages