GitXplorerGitXplorer
o

AI-Content-Creator-frontend

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
0138f44af33e67fb9497ec239b57fd2f8f26477e

Update README.md

ooctavius464 committed 4 years ago
Verified
773cfcf9ad26c3492313d6c3b5debf449e082c5b

Update README.md

ooctavius464 committed 4 years ago
Verified
cea54d6bed8137ab63121ed2072b3455000ab87f

Update README.md

ooctavius464 committed 4 years ago
Verified
822e9bcf7867f07932a57f51d91cddc8866d53f0

Update README.md

ooctavius464 committed 4 years ago
Unverified
9a23e60d6380adf7cb045a3a7d2b64d7b452f8b5

Removed node_module folder

ooctavius464 committed 4 years ago
Verified
8031241a52e022e67dd3eead09077de300655b3d

Update README.md

ooctavius464 committed 4 years ago

README

The README file for this repository.

AI_Content_Creator_frontend

A Website for a AI-enabled Automated Content Creation Engine - Frontend

Farmers Market Finder Demo

The A.I.-Enabled Automated Content Creation Engine behind this web app for generating the digital marketing materials was built as part of my final year project. It could first generate background visual image and slogan from two separate deep learning models, namely Deep Convolutional Adversarial Generative Network and Long-Short Term Memory (built using Tensorflow). The location of the object of interest (coffee cup for this project) from the generated image is then extracted by an object detector which is implemented using state-of-the-art computer vision techniques (YOLOv3). This position information of the object is then passed to an optimal location finder module which uses heuristics to locate a suitable coordinate on the generated image that is most optimal, at least in the sense of a human observer, for merging the generated slogan into the generated image by using some python libraries (e.g. ImageDraw).