Welcome to our exciting Computer Vision Hackathon! 🎉 In this hackathon, we will be crafting an ExpressJS application that delves into the fascinating realm of AI and computer vision. The best part? You won't be starting from scratch! 🚀 We're harnessing the power of AWS AI services to create an amazing project. Let the coding magic commence! 💻🔥
Amazon AI Services is a comprehensive suite of artificial intelligence offerings by Amazon Web Services (AWS), empowering developers with machine learning capabilities. With an amalgamation of user-friendly tools, robust algorithms, and pre-trained models, it enables businesses to tackle a diverse range of challenges, from chatbots to predictive analytics.
In this challenge, our focus will be on one standout service: AWS Rekognition.
Within the array of AWS AI tools, Rekognition takes the spotlight as the go-to solution for image and video analysis. It eliminates the need for building deep learning algorithms from scratch, seamlessly identifying objects, people, text, scenes, and activities in images and videos. It even boasts the ability to detect inappropriate content.
Explore the service page here to discover its various features and use cases.
Our ultimate goal is to launch an ExpressJS application with three primary functionalities for users:
- Celebrity Recognition: Identify celebrity faces, providing their names and a confidence score 🌟. Untitled
- Results should be returned in JSON format and stored in a database. The application must be highly available, scalable, and use AWS RDS as a database.