Skip to main content

A project that combines a Flask backend with an ML service to generate images from text.

Project description

Text to Image Generator

The project aims to create images from text using a pre-trained deep learning model.

This project contains two main components:

  1. A FastAPI backend serving HTML, CSS, and JavaScript.
  2. A machine learning service using the stabilityai/sdxl-turbo model to generate images from text.

Project Structure

Fastapi Backend

The Flask backend serves the frontend application, which includes HTML, CSS, and JavaScript files. It provides the user interface where users can input their question and document, and view the generated answer.

Deep Learning Service

The deep learning service utilizes the stabilityai/sdxl-turbo model. This service accepts a question and a document as input, processes them using the model, and returns an answer based on the content of the document.

Backend

The FastApi backend will be accessible at http://localhost:8000. It serves the front end application where users can input their text and receive the image..

Features

FastApi Backend:

Serves the frontend and handles user interactions.

ML Service:

Uses a state-of-the-art language model to provide answers based on the provided documents.

Docker Support:

Both components can be easily deployed using Docker and Docker Compose. CORS Handling: Ensures smooth interaction between the backend and the ML service

Running the project

Using Docker Compose

To build and run the project with Docker Compose, use the following command:

docker-compose up --build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

text_to_image_generator-0.0.1.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

Text_to_Image_Generator-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page