Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.3 KB

File metadata and controls

41 lines (22 loc) · 1.3 KB

Named-Entity-Recognition-Pipeline

Architecture

img

Codelabs

https://codelabs-preview.appspot.com/?file_id=1BhBjlWvZBvJ2e__9CgqX6AVNf9li-5bK2LvHCdVZB3k#0

Usage

Install requirements

pip install -r requirements.txt

Run Streamlit application

streamlit run app.py

Built With

  • AWS Comprehend : NLP service that uses machine learning to find insights and relationships in text.
  • AWS Lambda: Serverless compute service execution without provisioning or managing servers
  • AWS DynamoDB: Key-value and document database
  • AWS S3 :Object storage service with scalability, data availability, security, and performance.
  • AWS Cognito :Service for authentication, authorization, and user management for web & mobile apps.
  • Streamlit :The fastest way to build and share data apps
  • Heroku :Cloud Application Platform used to host the website.