Education Data GAN
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Generative Adversarial Network designed for education data generation.
Create synthetic classes that resemble a real class without recreating actual samples.
Distribute class datasets without compromising privacy and security of actual data.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/ILXL/EduGAN
- Install pip packages
pip3 install -r requirements.txt
- Convert raw data into CSV format
- Clean CSV data and keywords * Example available in DataProcessor.py
- Add JSON parameters into DataInformation.json
- Change keyword in GAN_Test.py to desired key from DataInformation.json
- Run GAN_Test.py
- Add support for categorical features
- Create UI for visualization and adjustment in-between training
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Peter Bautista - [email protected]
Project Link: https://github.com/pbaut002/EduGAN