Skip to content

falppy-bird machine-learning program using svm and GAN

Notifications You must be signed in to change notification settings

0xgirish/flappy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- 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