Giter VIP home page Giter VIP logo

akinator-clone's Introduction

Akinator Clone

Akinator is a video game developed by French company Elokence. During gameplay, it attempts to determine what fictional or real-life character the player is thinking of by asking a series of questions (like the game Twenty Questions). Akinator's goal is to guess a real or fictional characters. To guess the character the player is thinking, Akinator asks a series of questions and the player can answer with 'Yes',' Don't know', 'No', 'Probably 'and 'Probably' not , then the program determines the best question.

Akinator uses a proprietary algorithm which is not available to the public and also has a larger database of characters than this project currently has. The purpose of this project is to try and break down how Akinator's guessing algorithm works and recreate the same for educational purposes

Dataset

The data comes from FiveThirtyEight Comic Characters Dataset. The data is split into two files, for DC and Marvel, respectively: dc-wikia-data.csv and marvel-wikia-data.csv. Each file has the following variables:

Variable Definition
page_id The unique identifier for that characters page within the wikia
name The name of the character
urlslug The unique url within the wikia that takes you to the character
ID The identity status of the character (Secret Identity, Public identity, [on marvel only: No Dual Identity])
ALIGN If the character is Good, Bad or Neutral
EYE Eye color of the character
HAIR Hair color of the character
SEX Sex of the character (e.g. Male, Female, etc.)
GSM If the character is a gender or sexual minority (e.g. Homosexual characters, bisexual characters)
ALIVE If the character is alive or deceased
APPEARANCES The number of appareances of the character in comic books (as of Sep. 2, 2014. Number will become increasingly out of date as time goes on.)
FIRST APPEARANCE The month and year of the character's first appearance in a comic book, if available
YEAR The year of the character's first appearance in a comic book, if available

We will be combining the two to give our Akinator clone and additional layer of challenge.

akinator-clone's People

Contributors

ashwiniyer176 avatar

Watchers

 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.