Skip to content

kliewerdaniel/PersonaGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Screen Shot 2024-12-05 at 1 52 05 PM Screen Shot 2024-12-05 at 1 52 13 PM Screen Shot 2024-12-05 at 1 52 29 PM Screen Shot 2024-12-05 at 1 52 51 PM Screen Shot 2024-12-05 at 3 42 39 PM Screen Shot 2024-12-05 at 4 33 58 PM

Installation:

To install PersonaGen, follow these steps:

Step 1: Set up a Python virtual environment

python3 -m venv venv

source venv/bin/activate

pip install --upgrade pip

Step 2: Create a .env file

echo "# Environment variables go here" > .env

Step 3: Create a .gitignore file with appropriate entries

cat < .gitignore

.env

node_modules

venv

pycache/

*.pyc

*.pyo

db.sqlite3

EOL

Step 4: Clone the repository

git clone https://github.com/kliewerdaniel/PersonaGen.git

cd PersonaGen05/backend

Step 5: Set up the Django backend

python3 manage.py createsuperuser!

python3 manage.py makemigrations

python3 manage.py migrate

python3 manage.py runserver

Step 6: Set up the frontend

cd ../ghost-writer-frontend

npm install

npm run dev

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors