https://github.com/zaddyai/maya-assistance
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.
https://github.com/zaddyai/maya-assistance
jarvis jarvis-assistant
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zaddyai/maya-assistance
- Owner: ZaddyAI
- Created: 2024-06-20T00:50:44.000Z (about 2 years ago)
- Default Branch: maya_feat
- Last Pushed: 2024-06-20T01:07:07.000Z (about 2 years ago)
- Last Synced: 2025-01-19T06:17:49.374Z (over 1 year ago)
- Topics: jarvis, jarvis-assistant
- Language: HTML
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maya Assistance
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.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Project Structure](#project-structure)
- [Contributing](#contributing)
- [License](#license)
## Features
- Voice recognition and response
- Task automation (e.g., open google, play music)
- Customizable commands and responses
## Installation
### Backend (Python)
1. Clone the repository:
```bash
git clone https://github.com/gambhirpoudel/Maya-Assistance
```
2. Navigate to the backend directory:
```bash
cd maya-assistance/backend
```
### Frontend (HTML, CSS, JS)
1. Navigate to the frontend directory:
```bash
cd ../frontend
```
2. Open `index.html` in your preferred browser.
## Usage
### Running the Backend
1. Ensure your virtual environment is activated.
2. Start the backend server:
```bash
python app.py
```
### Accessing the Frontend
1. Open `index.html` in your web browser.
2. Interact with Maya Assistance through the web interface.
## Project Structure
```bash
maya-assistance/
├── frontend
│ ├── index.html
│ ├── styles.css
│ ├── assets/
│ └── ...
├── app.py
├── README.md
└── ...
```
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-branch
```
3. Make your changes and commit them:
```bash
git commit -m 'Add some feature'
```
4. Push to the branch:
```bash
git push origin feature-branch
```
5. Open a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.