Pulse is an AI platform designed to automate online tasks for visually impaired individuals. The platform leverages advanced AI technologies to assist users in navigating and interacting with digital content, making online activities more accessible and manageable.
- Voice Command Integration: Enables users to control the platform and perform tasks using voice commands.
- Screen Reader Compatibility: Works seamlessly with screen readers to provide auditory feedback for on-screen text and elements.
- Task Automation: Automates repetitive online tasks such as browsing, form filling, and data retrieval.
- Personal Assistant: Acts as a virtual assistant, helping users with daily online activities such as emailing, scheduling, and social media interaction.
- Accessibility Enhancements: Provides tools and features to improve the overall accessibility of web content.
To install and test the Pulse AI assistant, follow these steps:
-
Clone the repository:
git clone https://github.com/Abhirajtiwari1/pulse.git cd pulse
-
Create a virtual environment:
python -m venv env source env/bin/activate # For Windows: env\Scripts\activate
-
Install the dependencies:
pip install -r requirements.txt
To test the voice-controlled AI assistant, ensure the following Python libraries are installed:
SpeechRecognition
pyttsx3
webbrowser
os
You can install these libraries using pip:
pip install SpeechRecognition pyttsx3
Currently Pulse is at a ideation and development phase. Here are some glimpse of my project:
1.Development Of A Interactive Frontend:
Contributions to Pulse are welcome! To contribute:
- Fork The Repository
- Clone:
git clone https://github.com/your-username/pulse.git
cd pulse
3.Create A Branch:
git checkout -b feature-branch
4.Make Your Changes: Implement your feature or bug fix. Commit And Push:
git add .
git commit -m "Description of your changes"
git push origin feature-branch
5.Create A Pull Request
git add .
git commit -m "Description of your changes"
git push origin feature-branch