Giter Site home page Giter Site logo

analogmanzero / facevoting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexistdev/facevoting

1.0 0.0 0.0 53.53 MB

Aplikasi Android untuk Voting atau Pemilihan Umum di Kampus, dengan metode deteksi Wajah berbasis Android dan Webservice

License: MIT License

Java 6.17% PHP 93.51% HTML 0.31%

facevoting's Introduction

Aplikasi Facevoting

Ini adalah Aplikasi validasi dengan deteksi wajah untuk verifikasi voting di kampus:

facevoting

facevoting

facevoting

Detail:


Cara Instalasi:
1. git clone https://github.com/alexistdev/Facevoting.git
2. Buat database dan import database yang ada di folder Facevotin
3. Diterminal ketik: composer install
4. ubah config.php dan database.php , sesuaikan dengan url dan databasenya.
5. buka postman dan jalankan http://localhost/Facevoting/api/
6. Buka File yang ada di subfolder "android" dengan android studio
7. pada bagian config.java , lakukan pengaturan sesuai dengan localhost atau url web hosting
8. Buat akun di : https://facex.io/ dan dapatkan API KEY nya.
9. Buka Controller/api/Gambar.php dan cek pada method _banding().
Masukkan api pada bagian:
$headers[] = 'User_id: 603f05b94e6c5e6c15c171e7';
10. ganti url dibawah menjadi base_url() masih di method _banding():

$post = array(
			'img_1' => 'http://facevoting.xyz/gambar/user/'.$photoAwal,
			'img_2' => 'http://facevoting.xyz/gambar/user/'.$photoPembanding
		);
		

facevoting's People

Contributors

alexistdev avatar berkatfaatulohalawa avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.