Skip to content

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.

Notifications You must be signed in to change notification settings

ZaddyAI/Maya-Assistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Voice recognition and response
  • Task automation (e.g., open google, play music)
  • Customizable commands and responses

Installation

Backend (Python)

  1. Clone the repository:
    git clone /~https://github.com/gambhirpoudel/Maya-Assistance
  2. Navigate to the backend directory:
    cd maya-assistance/backend

Frontend (HTML, CSS, JS)

  1. Navigate to the frontend directory:
    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:
    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

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:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published