Skip to content

A basic travel application as well as an image scraper microservice

Notifications You must be signed in to change notification settings

jaclynpgh/CS361_Portfolio_Project

Repository files navigation

Portfolio Project for CS361 Software Engineering

1. Created a Travel Application that employs a teammate's weather microservice as well as a Yelp API and Image Scraper API to obtain data.

2. Created two Image scrapper microservices to be utilized by teammate's applications:

  • bingimagescrapper.py Scrapes Bing images by passing in a search query. Returns the first 35 images corresponding to the query.
  • imagescrapper.py Scrapes any website by passing in the website's url. Returns all images on the website.

My Travel Application was created via Python and Tkinter.

My Image Scraper API was created via Python, Beautiful Soup and Flask REST API. It uses Heroku as it's server.

Bing Image Search Scraper Usage

Returns { image title : image.jpg }

Website Image Scraper Usage

View Repository for image scraper and heroku deployment at https://github.com/jaclynpgh/imagescraper

Returns { image title : image.jpg }

Integration Video

A video showcasing how I integrated my teammate's microservices into my project:

https://vimeo.com/644174803

Project Showcase Video

https://vimeo.com/649264258