Skip to content

1dvlpr/Orcus-Personal-Assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Orcus - Your Personal AI Assistant

Orcus is a Python-based personal AI assistant that can perform various tasks through voice commands. It utilizes speech recognition, text-to-speech conversion, and several libraries to provide a seamless experience.

Installation

To get started with Jarvis, you'll need to install a few Python modules. You can do this using pip:

pip install pyttsx3
pip install speechRecognition
pip install pyaudio
pip install wikipedia

Usage

Once you have the required modules installed, you can import the necessary libraries in your Python script:

import pyttsx3
import datetime
import speech_recognition as sr
import wikipedia
import webbrowser
import os
import smtplib

Now, you can start using Jarvis to perform tasks like fetching information from Wikipedia, opening websites, sending emails, and more, all through voice commands.

Features

  • Voice Recognition: Orcus can understand and process your voice commands.
  • Wikipedia Integration: You can ask Orcus to fetch information from Wikipedia.
  • Web Browsing: It can open websites for you.
  • Email Sending: Orcus can send emails on your behalf.
  • Date and Time: You can ask for the current date and time.
  • Customization: Feel free to customize Orcus to add more functionality as per your needs.

Contributing

Contributions are welcome! If you have ideas for improving Orcus or want to add new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to the creators of the libraries and tools used in this project.

Feel free to modify and expand this README to include more details about your project. Don't forget to replace the placeholders with actual project-specific information. Good luck with your GitHub project!

About

Inspired by Iron Man's JARVIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%