Maya Assistance is a virtual assistant inspired by Jarvis from Iron Man. The backend is built with Python, and the frontend is created using HTML, CSS, and JavaScript.
- Voice recognition and response
- Task automation (e.g., open google, play music)
- Customizable commands and responses
- Clone the repository:
git clone /~https://github.com/gambhirpoudel/Maya-Assistance
- Navigate to the backend directory:
cd maya-assistance/backend
- Navigate to the frontend directory:
cd ../frontend
- Open
index.html
in your preferred browser.
- Ensure your virtual environment is activated.
- Start the backend server:
python app.py
- Open
index.html
in your web browser. - Interact with Maya Assistance through the web interface.
maya-assistance/
├── frontend
│ ├── index.html
│ ├── styles.css
│ ├── assets/
│ └── ...
├── app.py
├── README.md
└── ...
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.