Synthify: Generate Synthesized Datasets with a No-Code UI
Welcome to Synthify! Follow these steps to get started quickly:
git clone https://github.com/amirrezasalimi/synthify.git
cd synthify
To run Synthify locally, you'll need to set up some fake domains.
-
For macOS:
- Open Terminal.
- Type
sudo nano /etc/hosts
and press Enter. - Add these lines to the end of the file:
127.0.0.1 synthify.co pb.synthify.co backend.synthify.co party.synthify.co
- Save and exit.
-
For Windows and Linux:
- Google "How to edit hosts file [your operating system]" for instructions.
Now, let's start Synthify using Docker:
-
Make sure you have Docker installed. If not, download and install it from here.
-
Open Terminal or Command Prompt.
-
Type
docker-compose up -d
and press Enter.
-
Open http://synthify.co in your browser.
-
Set up a user.
-
You're all set to enjoy Synthify!
We love contributions! Feel free to open issues, submit pull requests, or suggest new features on our GitHub repository.
Synthify is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License. Refer to the LICENSE file for more details.
This license allows you to share and adapt the material for non-commercial purposes under certain conditions.