Skip to content

ChintanTrivedi/DeepGamingAI_FIFAVA

Repository files navigation

DeepGamingAI_FIFAVA

A voice-assistant for the game of FIFA (windows platform) to control game actions with your voice.

Click the image below to see the project video on YouTube. YOUTUBE VIDEO

Tutorial/Blog

Blogpost and tutorial on medium

Dependencies

  1. Install porcupine keyword detection engine from this github repo.
  2. PyAudio

How to run

This implementation supports three types of actions:-

  1. Game tactics (team mentality)
  2. Skill moves
  3. Goal celebrations

Run the respective python scripts to enable keyword detection for these actions. Make sure the key combinations in the code match with those within the game.

The commands supported for each are under the porcupine_res/commands directory.

Create custom commands for any game other than FIFA

  • Use the porcupine tutorial here to create your own wake words, or use the tutorial here to create your custom commands. Place the resultant .ppn files under the porcupine_res/commands directory and map the key controls in the python scripts with that within the game you are making the voice assistant for.

About

A voice-assistant for the game of FIFA (windows platform) to control game actions with your voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages