A Python system for generating fictional personas with comprehensive life events, dreams, and daily experiences using AI. This dataset was created as part of a scientific research paper and served as evaluation data for studying AI-generated narrative consistency and coherence.
- Python 3.8+
- OpenAI API key
pip install -r requirements.txt
cp .env.example .env
# Add your OpenAI API key to .env file
python person_generator.py
MIT License