0xgirish / flappy2

falppy-bird machine-learning program using svm and GAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-- Project Submission, CSL603
-- First Semester, 2018-19
-- Dr. Narayanan C Kirshnan

-- Team
-- Girish Kumar (2016csb1040)
-- Siddharth Nahar (2016csb1043)
-- Rahul Lahane (2016csb1052)

How to run ?
-----------------

$ cd path/to/unzip/folder
$ cd code/
$ python main.py --model <choice>


Note:
----------
In above command choices are
    1. gan
    2. svm              // gaussian
    3. linearsvm

Dependencies :
-----------------
1. python 3.5
2. pygame 1.9.4
3. numpy 1.15.1
4. sklearn 0.19.2

About

falppy-bird machine-learning program using svm and GAN


Languages

Language:Python 100.0%