Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.16 KB

GROUP FINAL PROJECT - MACHINE LEARNING

Topic: Image Processing - Rock Paper Scissors


By Group 1 TI-2H:

  1. Abdul Rohman - 1941720022
  2. De Roger Baggio Bryant - 1941720238
  3. Lelyta Salsabila - 1941720026
  4. Nabilah Argyanti Ardyningrum - 1941720083
  5. Rajendra Rakha Arya Prabaswara - 1941720080
  6. Widiareta Safitri - 1941720081

HOW TO USE

  1. You must download python and install it in your text editor / IDE.

  2. Open the folder (workspace) with your text editor / IDE.

  3. Open terminal.

  4. Type:

     py -3 -m venv venv
    
  5. Then copy all of folder and file in this folder (exclude README.md, .gitignore, and .git).

  6. Create folder uploads in static folder.

  7. Type this again in terminal:

     cd venv
     Scripts\activate
     python.exe -m pip install --upgrade pip
     pip install flask
     pip install keras
     pip install tensorflow
     pip install Pillow
     pip install random2
     pip install flask_bootstrap
    
  8. Then run the project with type this in terminal:

     flask run
    

Notebook Version: https://colab.research.google.com/drive/122jaqEE34fNT6FxJJ38sE1hKW1s8QoXm#scrollTo=oWceN-ozGoTI