This application implements a Service Oriented Architecture using REST API's built using Flask Framework using Python on server side and React, Redux on the Frontend.
• Developed a Web Application using React-Redux and RESTful web services using Python (Flask) backend with AWS Rekognition API, SageMaker and S3 with Boto3 library to identify objects and label Images to Categorize the Top Recent Posts of Instagram Data.
Steps to Run the Project:
- Frontend
Make sure you have Node and NPM installed
Install dependencies listed in the package.json by npm install To Start the Service: npm start (localhost:3000)
- Service side:
Make sure you have python3 on your system
Install all the dependencies by using pip install xxxx Command (where xxxx stands for the library name)
Server: python3 app.py