Skip to content
/ tpme Public

This Person Might Exist - Synthetic dataset generation

Notifications You must be signed in to change notification settings

wlinds/tpme

Repository files navigation

This Person Might Exist - Procedurally generated people.

alt text Generate rows of persons with attributes such as phone number, name, email, health and more with this Streamlit web app.

Check the notebook for a demo.

Export support: CSV, Excel, SQL


GDPR Notice

Some data generated with this tool might result in real personal data. Make sure to anonymize colums with sensitive information if you use this tool for anything public.

Install TPME with Docker

Prerequisites

Steps

  1. Clone this repository

    git clone https://github.com/wlinds/tpme.git
  2. Build the Docker image

    docker build -t tpme .
  3. Run the Docker container

    docker run -d -p 8501:8501 tpme
  4. Access the application

    Open your web browser and go to http://localhost:8501.

Application Structure

tpme/
├── app.py # Main GUI
├── requirements.txt # Python dependencies
└── Dockerfile # Docker configuration file

Contributing

Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.