🌟 An AI Chrome extension to teach and guide users on AWS services with step-by-step instructions and interactive UI hints.
This extension connects to a deployed AI on Hugging Face Spaces to chat, explain AWS services, and highlight relevant buttons, which vanish after clicking.
Console.Home._.Console.Home._.us-east-2.-.Google.Chrome.-.17.February.2025.mp4
- AI Assistant: Chat with Hugging Face agent
- AWS Lessons: Learn services & use cases
- Interactive Hints: Highlights disappear after clicking
- Real-Time Chat: Speak to the AI from the extension
- Step Guide: Follow instructions with interactive support
- AI Agent URL
- Model: llama-3.3-70b-versatile
- Ask: Enter queries (e.g., “How to start an EC2?”)
- Reply: AI provides detailed steps
- Highlight: UI buttons glow
- Click: Glow disappears
- Chrome Browser
- Hugging Face API URL
- Clone:
git clone https://github.com/ggps2002/AWS-AI-Assistant-Chrome-Extension.git- Load:
chrome://extensions/>Developer mode>Load unpacked> Select folder
Open extension > Enter AWS query > Follow steps > Click hints (they vanish)
UI/
├── manifest.json
├── popup.html
├── popup.js
├── content.js
├── background.js
├── README.md
└── webpack.config.js
- Fork
- Branch (
git checkout -b feature-branch) - Commit (
git commit -m 'Add feature') - Push (
git push origin feature-branch) - Pull Request
Licensed under MIT License.
