Skip to content

Apoorva87/poor_jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poor Jarvis

A lightweight, open-source voice assistant built with Python that provides basic voice interaction capabilities without requiring expensive hardware or cloud services. This project aims to make voice assistant technology accessible to everyone.

Features

  • Voice command recognition using local processing
  • Text-to-speech capabilities
  • Basic command execution
  • Customizable wake word detection
  • Offline functionality (no internet required for core features)

Prerequisites

  • Python 3.8 or higher
  • A working microphone
  • Speakers or headphones
  • Basic Python development environment

Installation

  1. Clone the repository:
git clone https://github.com/Apoorva87/poor_jarvis.git
cd poor_jarvis
  1. Create and activate a virtual environment (recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

The project includes several example scripts that demonstrate different functionalities:

  1. Basic Voice Assistant:
python example_voice_assistant.py
  1. Smart Voice Assistant (with additional features):
python example_smart_voice_assistant.py
  1. Text-to-Speech Example:
python example_tts_tacho.py
  1. Whisper Integration Example:
python example_whisper.py

Project Structure

  • example_voice_assistant.py: Basic voice assistant implementation
  • example_smart_voice_assistant.py: Enhanced voice assistant with additional features
  • example_tts_tacho.py: Text-to-speech demonstration
  • example_whisper.py: Integration with OpenAI's Whisper for improved speech recognition
  • remove_emoji.py: Utility for text processing
  • requirements.txt: Project dependencies

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

License

This project is open source and available under the MIT License.

Acknowledgments

About

Jarvis for poor man

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published