rahulNenavath305 commited on
Commit
582dd50
·
1 Parent(s): d5497a7

added API Information

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -29,6 +29,15 @@ def main() -> None:
29
  st.write("A portfolio project developed to showcase my ability in developing Information Extraction Services")
30
  st.write("This service can be utilised in the data collection / curation process of data science workflow")
31
  st.write("[My Website >](https://www.rahulnenavath.co.in/)")
 
 
 
 
 
 
 
 
 
32
 
33
  with st.container():
34
  st.write("---")
 
29
  st.write("A portfolio project developed to showcase my ability in developing Information Extraction Services")
30
  st.write("This service can be utilised in the data collection / curation process of data science workflow")
31
  st.write("[My Website >](https://www.rahulnenavath.co.in/)")
32
+ st.subheader(f'About Article Scraper API:')
33
+ st.write(
34
+ """
35
+ - Article scraper API is deployed on AWS Lambda using AWS ECR container deployment
36
+ - CI/CD workflow is implemented via GitHub Actions to push the latest docker build to AWS ECR
37
+ - Check out the API codebase on [my GitHub >](https://github.com/RahulNenavath/Article-Scraper)
38
+ API Tech Stack: Python, Beautifulsoup, AWS Lambda, AWS ECR, Docker, GitHub Actions (CI/CD)
39
+ """
40
+ )
41
 
42
  with st.container():
43
  st.write("---")