Skip to content

KIshiharaHCI/Multi-Agent-Storywriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent-Storywriter

An interactive Streamlit application that helps generate creative short stories using Large Language Models (LLMs) via OpenAI's API.

Setting up the Application

Run Locally (Without Docker)

  1. Start the Streamlit application:

    streamlit run app.py
  2. Open a web browser and navigate to http://localhost:8501.

Run from Command Line Directly

To run the application from the command line directly (i.e., outside the Python environment), use the following command:

python -m streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published