PersonaGen is an open-source tool designed to streamline the creation of detailed and realistic personas for various applications, including marketing, game development, and UX design. By leveraging advanced AI algorithms, it enables users to generate comprehensive persona profiles tailored to specific project requirements.
Key Features:
- Customizable Persona Generation: Create personas that align with your project's unique needs by adjusting various attributes.
- Diverse Templates: Utilize a selection of templates suitable for different industries and use cases.
- Real-Time Updates: Modify persona attributes dynamically and observe immediate changes.
- User-Friendly Interface: Navigate through an intuitive design that enhances productivity and ease of use.
Installation:
To install PersonaGen, follow these steps:
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
echo "# Environment variables go here" > .env
cat < .gitignore
.env
node_modules
venv
pycache/
*.pyc
*.pyo
db.sqlite3
EOL
git clone https://github.com/kliewerdaniel/PersonaGen.git
cd PersonaGen05/backend
python3 manage.py createsuperuser!
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
cd ../ghost-writer-frontend
npm install
npm run dev