GithubHelp home page GithubHelp logo

ace-backend's Introduction

ACE - Accessible Chess Experience

ACE (Accessible Chess Experience) is a real time voice powered chess application which lets you play online with your friends. The game has features like moving pieces, finding pieces on board, getting board summary, repeating opponent moves, and much more, all implemented using voice commands.

Inspiration

We looked online and found out that two of the most popular chess websites, lichess and chess.com, have no voice options for the visually impaired. We wanted to create something, that can help those who are visually impaired to have a complete experience without the hassle on relying on screen readers for every single move. And thus originated the idea of voice powered chess, ACE.

Features

  1. Play chess online with your friends using voice commands

  2. Move chess piece using voice

  3. Find piece on a particular square

  4. Get chessboard summary

  5. Get voice alerts for invalid moves, check and checkmate situations

Tech Stack

  1. Frontend - ReactJS
  2. Backend - NodeJS
  3. Speech-To-Text - Azure Speech SDK
  4. Real Time Communications - Web Sockets

Try It Yourself

Here is a link to the website

Dev Setup

Prerequisites

  • NodeJS
  • npm
  • Azure account and Azure Speech Resource

Start the server

  1. Clone this repository
  2. cd into the ACE-Backend folder
  3. Create a .env file and add the SPEECH_KEY and SPEECH_REIGON from your azure speech service credenials. (Refer to .env.example file)
  4. Go to the terminal and run the following commands
npm install
node app.js

The server will be started at localhost:8000

Start the client

Link to frontend repository

  1. Clone the above repository
  2. cd into the ACE folder
  3. Open the config.js file in src/services folder
  4. Replace CLIENT_URL with http://localhost:3000
  5. Replace SERVER_URL with http://localhost:8000
  6. Go to the terminal and run the following commands
npm install
npm start

The server will be started at localhost:8000

Screenshots

image

ace-backend's People

Contributors

suhanichawla avatar atreyamaj avatar saum7800 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.