A full stack application which allows users to demonstrate a image to video generation pipeline using distributed systems
Note: This repository is archived. Development continues at ysskrishna/PixelMotion. Please refer to the new repository for the latest updates and contributions.
This diagram illustrates the workflow of the image to video generation process
Before running the project, make sure to adjust the following configuration files:
.env
file located in the backend folder if any environment variables need modification.config.js
file located in the frontend/src
folder to configure frontend-specific settings as necessary.To start the project, use Docker Compose to build and run the containers:
docker compose up --build
Once the containers are running, you can access the frontend application at:
http://localhost:5173/
Once the containers are running, you can access the backend application at:
http://localhost:8000/