Skip to content

itsrynix/VoiceBomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition Snippet Game

This is a Python game where the player has to say a word containing a specific snippet shown on the screen.

Requirements

  • Python 3

  • Vosk

  • Sounddevice

  • NLTK

Installation

  1. Clone the repository.

  2. Install dependencies:

  pip install vosk sounddevice nltk

  1. Download the NLTK 'words' corpus by running a Python script with:

  import nltk; nltk.download('words')

  1. Download a Vosk model (e.g., vosk-model-small-en-us-0.15) and place it in the project folder.

How to Run

python game.py

About

A simple web game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages