Welcome to Luna-Voice, an advanced AI-powered voice assistant that operates directly in your browser. This web-based application can understand commands in any language and respond in English, and it also features the ability to play songs.
- Multilingual Understanding: Interprets and translates commands from various languages into English.
- Ad-Free Song Playback: Play songs directly from your browser without interruptions.
- AI Integration: Utilizes advanced AI technologies for precise and responsive interactions.
- Luna Voice: https://karthik-sarvan.github.io/Luna_Voice/
To run Luna-Voice locally in your browser, follow these steps:
- Clone the Repository
git clone https://github.com/Karthik-Sarvan/Luna_Voice.git
- Navigate to the Project Directory
cd Luna_Voice
- Open the Project in Your Browser
- Open index.html in your preferred web browser.
- Start the Application: Launch index.html in your browser to start Luna-Voice.
- Voice Commands: Use your microphone to issue commands in any language. responses will be in English.
- Play Songs: Request songs, and Luna-Voice will handle playback directly in the browser.
Thank you for your interest in contributing to LUNA! We appreciate your help in making our project better. Please follow the guidelines below to ensure a smooth contribution process.
- Fork the Repository: Click the "Fork" button in the top right corner of the repository page.
- Clone Your Fork:
[https://github.com/Karthik-Sarvan/Luna_Voice/]
- Create a Branch:
[git checkout -b feature/your-feature-name]
- Make Chnages: Work on your Changes Locally.
If you find a bug or have a feature request, please open an issue in the Issues section of the repository. Provide as much detail as possible to help us understand the issue.
- Commit your changes
[git add .] [git commit -m "Add a brief description of your changes"]
- Push to Your Fork:
[git push origin feature/your-feature-name]
- Create a Pull Request: Go to the original repository and click "New Pull Request". Select your branch and describe your changes in detail.
If your changes require updates to documentation, please ensure that you make those changes as well. Documentation should be clear and concise.
Please follow our project's coding style. Here are some key points: Use [specific style guide tools/language conventions]. Write clear and concise comments. Ensure your code is well-structured and readable.
Thank you for helping us improve LUNA! We look forward to your contributions.