This repo mainly encapsulates an LLM model + front-end + back-end for generating stories for children. It was a personal project in April last year and is now open source.
This project was deployed as an API backend, integrating advanced security audits, similar sentence recognition, and template-based responses. It also includes PDF document parsing, internet connectivity, and the integration of LLM features such as Wolfram plugins.
Completion Date: April 30, 2023
List the installation steps required to use your project. For example:
git clone https://github.com/StarLight1212/Story-Teller.git
cd your-repo
pip install -r requirements.txt
Deploying on server with the following command line. For example:
nohup python storyTeller.py
Include the copyright and license information for AI EcoSys, for example:
(c) 2023 StarLight1212
This project is licensed under the MIT License.