Welcome to StorySculptor! This project leverages AI to generate visuals of the story
Follow these instructions to set up and run the project on your local machine.
Ensure you have the following installed:
- Python 3.x
- Virtualenv (optional but recommended)
Clone the repository
git clone https://github.com/yourusername/StorySculptor.git
cd StorySculptor
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Update the DEMOENV environment variable with the necessary configurations.
Start the server by running the following command:
python main.py
- Open your browser and navigate to the Swagger UI: SwaggerUI
- Enter your story in the provided field.
- Upon submission, your story will be saved in a randomly named folder within the static directory as Story.3gp.
We welcome contributions! Please fork the repository and submit a pull request.