Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayusharyan143/zara-project--alexa-
A personal assistant application named Alexa that performs various tasks through voice commands. Features include weather updates, web searches, news headlines, Wikipedia summaries, jokes, and more. Easily customizable and extendable with new functionalities.
https://github.com/ayusharyan143/zara-project--alexa-
ai-assistant ai-projects alexa artificial-intelligence artificial-intelligence-projects automation chatbot chatgpt chatgpt-python machine-learning personal-assistant pycharm python python-projects python-scripts python-tutorials smart-assistant text-to-speech trending-repositories voice-commands
Last synced: about 1 month ago
JSON representation
A personal assistant application named Alexa that performs various tasks through voice commands. Features include weather updates, web searches, news headlines, Wikipedia summaries, jokes, and more. Easily customizable and extendable with new functionalities.
- Host: GitHub
- URL: https://github.com/ayusharyan143/zara-project--alexa-
- Owner: ayusharyan143
- Created: 2024-08-01T18:41:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T04:45:25.000Z (3 months ago)
- Last Synced: 2024-10-09T18:43:27.956Z (about 1 month ago)
- Topics: ai-assistant, ai-projects, alexa, artificial-intelligence, artificial-intelligence-projects, automation, chatbot, chatgpt, chatgpt-python, machine-learning, personal-assistant, pycharm, python, python-projects, python-scripts, python-tutorials, smart-assistant, text-to-speech, trending-repositories, voice-commands
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alexa Project
## Overview
Alexa is a personal assistant application that can perform various tasks such as providing weather updates, searching the web, fetching news headlines, and more. The application utilizes voice commands for interaction and can handle various types of queries.
## Creator
This project was developed by Ayush Aryan, a B.Tech student specializing in Computer Science and Engineering. Ayush is passionate about developing practical applications and enhancing user experiences through technology.
## Snapshot
![image](https://github.com/user-attachments/assets/13547659-9966-4f90-96d3-e63640c3e3b4)## Features
- **Voice Commands**: Activate Alexa using voice commands and get responses through text-to-speech.
- **Weather Updates**: Fetch current weather information for any city.
- **Web Search**: Search Google and retrieve links to the top results.
- **News Headlines**: Get the latest news headlines using NewsAPI.
- **Wikipedia Summaries**: Retrieve summaries for various topics from Wikipedia.
- **Jokes and Fun Facts**: Hear jokes and interesting facts.
- **Application and Website Launch**: Open various applications and websites based on commands.
- **Customizable**: Easily add more functionalities and improve existing features.## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/yourusername/your-repository.git
cd your-repository
2. **Set Up a Virtual Environment**
```bash
python -m venv venv3. **Activate the Virtual Environment**
```bash
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate
4. **Install Dependencies**
```bash
pip install -r requirements.txt## Configuration
1. ### Weather API Key
Update the `weatherapi_key` variable in the code with your own API key from WeatherAPI.2. ### News API Key
Update the `newsapi_key` variable in the code with your own API key from NewsAPI.## Usage
1. **Run the Application**
```bash
python main.py
2. **Interacting with Alexa**-**Activate:**
Use the trigger word "Alexa" followed by your command.-**Commands:**
Examples include:
- "What's the weather in [city]?"
, "Tell me a joke"
, "Search for [query]"
, etc.### Commands and Responses
- **Weather Commands:** "What is the weather in [city]"
- **Search Commands:** "Search for [query]"
- **News Commands:** "Give me the latest news"
- **Joke Commands:** "Tell me a joke"## Development
- **Add New Features:** Extend Alexa's capabilities by adding new command handlers.
- **Improve Accuracy:** Enhance the speech recognition and response accuracy.## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure that you have tested your changes thoroughly before submitting.## License
This project is licensed under the MIT License.## Acknowledgements
- **Python Libraries:** speech_recognition , pyttsx3 , pywhatkit , wikipedia , pyjokes , requests , aiohttp , python_weather , selenium , and webdriver_manager.
- **APIs:** WeatherAPI , NewsAPI , JokeAPI , Amazon-Q , Amazon CodeWhisperer.
- **Development Tools:** VS Code , PyCharm , JetBrains Toolbox , Postman , Notepad.## Contact
For any questions or support, please reach out to:
- **Email:** [email protected]