These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
numpy
flask
cpickle
tensorflow
scipy
tqdm
A step by step series of examples that tell you how to get a development env running
If the required dependencies (prerequisites) are already installed, please skip this part. To install these prerequisites, Open the respective command line interface (powershell, terminal) and paste the following:
pip install numpy
pip install scipy
pip install tqdm
pip install tensorflow
pip install flask
py -m pip install --user virtualenv
To create a virtual environment, open the directory of the project through the command line and enter ther following command, ''' python -m virtualenv env ''' Now, there will be a (env) on the side of the terminal line.
Download the dataset (36GB) and extract it in the misc/fullimages
https://drive.google.com/file/d/1yHqS2zXgCiI9LO4gN-X5W18QYXC5bbQS/view
Artest is a program used to generate a completly new painting by using Generative adverserial model.
To use our tool, connect to NUS-Guest wifi network and type in the following IP Address : http://172.17.212.68:5000/ Please follow the steps listed there to try out the our tool. Do take some time to check out our Facebook, Instagram and G+ pages and feel free to contact us via email as given on the website.
Categories we would like to enroll for :
- Top 8
- Most Beautiful Hack
- Most Annoying Hack
- Most Entertainig Hack
- Most Awesomely Useless Hack
- Coreteam's Best Roll
- Siddesh - Backened Developer
- Joe - Server Setup
- Vijai - Social Media setup and Server setup
- Rohan - Supervising and assissting Server Setup
Finally,Pull requests/changes/stars would be really helpful.
Inspired by : Generative Adversarial Networks Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio https://arxiv.org/abs/1406.2661v1