Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a weather forecast module to Jarvis, integrating with the OpenWeatherMap API to fetch current conditions and a 3-5 day forecast for any specified city. Key tasks include handling invalid city inputs gracefully, displaying results cleanly in console/GUI, updating the README with usage examples, and writing minimal test cases for the module.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue requests the implementation of a GitHub Actions workflow to automatically lint Python code. The goal is to improve code quality and consistency by running a linter (flake8 or ruff) on every push and pull request, failing the build if errors are found. A badge will also be added to the README.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue proposes a new feature to fetch and display top news articles based on user-provided keywords. It requires integrating a News API, handling user input, displaying specific article details, managing network errors, and adding documentation. This is tagged as a 'good first issue' and 'hacktoberfest' candidate, suggesting it's intended to be approachable.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue proposes enabling GitHub's CodeQL static analysis for the Python codebase of the Jarvis project. The goal is to automatically detect security vulnerabilities and code quality issues by configuring a workflow to run on commits and pull requests, and then reviewing the generated alerts and adding a security badge to the README.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue proposes adding an automated GitHub Action to format the codebase using Black. The action will run on pull requests to check for formatting consistency and can optionally auto-format the code. It also requires updating contribution guidelines to reflect the new formatting rules.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue proposes adding a feature to toggle between voice and text input/output modes. The implementation involves creating a command to switch modes, managing input routing, persisting the mode across sessions, and adding comprehensive test cases.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This issue proposes adding a new feature to Jarvis that allows it to retrieve short summaries from Wikipedia for a given topic. It involves integrating the `wikipedia` Python library, handling potential errors like disambiguation or missing pages, and adding voice/text command support with a few test cases.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
AI Summary: This enhancement aims to improve the user experience of the CLI/GUI by providing clearer feedback during operations. Key improvements include adding status indicators like 'Listening...', 'Processing...', and 'Done.', implementing colored console output, and displaying response times or success status without causing flickering or blocking delays.
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies