[description]
Endpoint:
To begin using the StoryCraft application, follow the steps outlined below:
- Clone the repository to your local machine.
- Install Poetry on your local machine if not already present.
- Navigate to the root directory of the project and execute
poetry install
to install the required dependencies. - Set your OpenAI API key as a streamlit secret with the name
OPENAI_API_KEY
. - Run
poetry run streamlit run ./app/main.py
to initiate the application. - Access the application by opening the URL displayed in the console.
[Usage]
[AppName] employs Poetry for dependency management. The following packages are necessary to run the application:
- python = "3.9.16"
- streamlit = "^1.22.0"
- openai = "^0.27.5"
Access to OpenAI's language model requires an API key.
Developed by Shashank Kapadia, StoryCraft is released under the MIT License. The application utilizes OpenAI's language model, subject to OpenAI's terms of service.
If you plan to use any portion of the [AppName] source code in your own projects, please provide proper attribution by including the following in your documentation or source code:
{
"Project": "[AppName]",
"Developer": "Shashank Kapadia",
"Source": "https://github.com/kapadias/story-craft",
"License": "MIT License"
}