Welcome to the AWS AI for Bharat Workshop repository! This project showcases hands-on experience with AWS Amplify and AI/ML services as part of the AWS AI for Bharat initiative.
| Home Screen | Input | Output |
|---|---|---|
This repository contains code and resources for Image Editing App developed during the AWS AI for Bharat Workshop, demonstrating practical implementations of AWS Amplify for building scalable, cloud-enabled applications with AI capabilities.
- AWS Amplify - Cloud development platform for building secure, scalable applications
- JavaScript (70.7%) - Primary programming language
- HTML (29.3%) - Frontend markup
- AWS AI/ML Services - Integration of AI capabilities
This workshop experience includes:
- ✅ Getting started with AWS Amplify
- ✅ Building full-stack applications with Amplify
- ✅ Integrating AWS AI services
- ✅ Frontend development with HTML & JavaScript
- ✅ Cloud deployment and best practices
- ✅ Real-world project implementations
AWS-Amplify-Code/
├── src/ # Source code
├── public/ # Static assets
├── index.html # Main HTML file
├── package.json # Project dependencies
└── README.md # This file
- Node.js (v14 or higher)
- AWS Account
- AWS CLI configured
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/gayatridot/AWS-Amplify-Code.git cd AWS-Amplify-Code -
Install dependencies:
npm install
-
Initialize AWS Amplify (if not already done):
amplify init
-
Start the development server:
npm start
This repository demonstrates practical implementation of AWS Amplify features. Refer to individual project files and comments for specific use cases and implementation details.
- Cloud-ready applications
- AI/ML service integration
- Responsive frontend design
- Scalable architecture
- AWS best practices
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is open source and available under the MIT License - see the LICENSE file for details.
gayatridot
- GitHub: @gayatridot
Special thanks to AWS and the AWS AI for Bharat team for providing this wonderful learning opportunity!
Happy Coding! 🚀
If you found this helpful, please consider giving it a ⭐ on GitHub!