https://github.com/marcovisibelli/synthetico
general-purpose synthetic data generators to enable data science experiments
https://github.com/marcovisibelli/synthetico
ai data-generator learning machine syntetic
Last synced: about 1 month ago
JSON representation
general-purpose synthetic data generators to enable data science experiments
- Host: GitHub
- URL: https://github.com/marcovisibelli/synthetico
- Owner: marcovisibelli
- Created: 2018-10-03T08:48:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T16:27:03.000Z (about 4 years ago)
- Last Synced: 2024-11-17T12:43:51.823Z (7 months ago)
- Topics: ai, data-generator, learning, machine, syntetic
- Language: Python
- Homepage:
- Size: 12.2 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-data-synthesis - synthetico
README
# Synthetico
[](https://travis-ci.org/benkeen/generatedata)

Synthetico is a ready to use general-purpose synthetic data generators to enable data science experiments. The program is an engine to generate any sort of random data (name,surnames, telephon namebers, emails) from many nations (6 currently). Let you to create business data for multiple business scenarios (Web portals, CRMs, eCommerce , ERP etc) that can be reaplced in a second time with real ones. I created Syntetico because all the commercial synthetic generators are way to much expensive or too much complicated to use. Some of the features:
* Names and surnames from more than 6 countries (UK,France,Germany,Italy,Spain and Greece)
* Phone numbers and email generated from templates
* Categories based on probability distribution# Prerequisites
The application need a set of modules:
```pip3 install -r requirements.txt```
# Installing
Clone the repository into a folder.
# Running the tests
To run the application just execute the main.py:```python example_ERP_data.py ```
In this example two csv files will be created in the data folder.
# Getting Started
TBD
# License
This project is licensed under the MIT License
# Changelog
1.1.1 - 15/10/2018
- Phone number support1.1.0 - 02/10/2018
- New relaese1.0.0 - 02/03/2017
- Initial release