Skip to content

Latest commit

 

History

History
113 lines (73 loc) · 1.57 KB

File metadata and controls

113 lines (73 loc) · 1.57 KB

🎙️ AI Voice Calculator

A Python-based Voice Calculator that performs mathematical calculations using voice commands. This project uses Speech Recognition to understand user input and provides accurate calculation results with a simple interface.


📌 Features

  • 🎤 Voice-based input
  • ➕ Addition
  • ➖ Subtraction
  • ✖️ Multiplication
  • ➗ Division
  • 🖥️ Easy-to-use interface
  • ⚡ Fast calculation

🛠️ Technologies Used

  • Python
  • SpeechRecognition
  • PyAudio
  • Tkinter

📂 Project Structure

AI-VOICE-CALCULATOR/
│
├── voice_calculator.py
├── README.md
└── requirements.txt

🚀 Installation

Clone the repository

git clone https://github.com/studyhub-komal/AI-VOICE-CALCULATOR.git

Move to the project folder

cd AI-VOICE-CALCULATOR

Install dependencies

pip install SpeechRecognition PyAudio

Run the project

python voice_calculator.py

📸 Screenshot

Add a screenshot of your project here.

Example:

images/screenshot.png

💡 Future Improvements

  • Scientific Calculator
  • Dark Mode
  • Voice Output
  • History of Calculations
  • Better UI Design

🤝 Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch
  3. Commit your changes
  4. Open a Pull Request

📄 License

This project is created for educational purposes.


👩‍💻 Author

Komal

GitHub: https://github.com/studyhub-komal

⭐ If you like this project, don't forget to star the repository!