Skip to content

🚂This app takes a text, image, and email and creates an advertisement if the image is in the vehicle category.

Notifications You must be signed in to change notification settings

sevdaimany/Vehiclebey

Repository files navigation

🚎advertisement Service

This is a project for the cloud computing course, trying to use cloud services to create an app. This app takes a text, image URL, and email and creates an advertisement if the image is in the vehicle category.

Cloud Services

Project architecture

App Screenshot

Installation

For running this project, you have to first set up a flask server.

  • Installing Flask
$ pip install Flask
  • installing other required packages
$ pip install postgres
$ pip install pika
$ pip install boto3
$ pip install logging
$ pip install botocore
$ pip install requests

Screenshots

App Screenshot App Screenshot

Run Locally

Clone the project

  git clone https://github.com/sevdaimany/Vehiclebey.git

Go to the project directory

  cd Vehiclebey

Start Flask server

  python API_1.py

Run the second API

  python API_2.py

Then you can create a new advertisement by sending a request with the Postman app. The request should have a Body with text, image, and email Keys.

Documentation

Documentation

Show your support

Give a ⭐️ if you like this project!

About

🚂This app takes a text, image, and email and creates an advertisement if the image is in the vehicle category.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published