A Deep Learning-based Stock Footage Platform for the Caribbean Content

DOI : 10.17577/IJERTV11IS010200

Download Full-Text PDF Cite this Publication

Text Only Version

A Deep Learning-based Stock Footage Platform for the Caribbean Content

Koffka Khan

Department of Computing and Information Technology The University of the West Indies,

Trinidad and Tobago, W.I

Chanelle Mondesir

Department of Computing and Information Technology The University of the West Indies,

Trinidad and Tobago, W.I

Kadesha Ambris

Department of Computing and Information Technology The University of the West Indies,

Trinidad and Tobago, W.I

Joshua Stapleton

Department of Computing and Information Technology The University of the West Indies,

Trinidad and Tobago, W.I

Abstract Stock media are an essential component to the marketing and advertising, for promotional work, for personal or commercial creative projects, for publishing, for websites and blogs and provides a representation of the world that is cheap and easily available. The lack of a stock media platform that provides Caribbean based content limits accurate regional representation and marketing capabilities. We present a platform for hosting Caribbean focused stock media that provides photographers and videographers with a space for housing their portfolios and users with a website for browsing and downloading content. We implemented a machine learning algorithm based on deep learning to automate the tagging process for media uploaded to the site and object and scene recognition of Caribbean elements. We measured the performance of our deep learning stock footage platform (DSFP).

Keywords Stock, images, media, machine, learning, deep, caribbean, tagging.

  1. INTRODUCTION

    Stock media are professional photographs and videos of common places, landmarks, nature, events, or people that are bought and sold on a royalty-free basis and can be used and reused for commercial design purposes. Stock media is a great way to add depth and richness, and a professional, refined edge, to projects [11]. They let you use content that would be difficult, if not impossible, to have in your work otherwise and helps to boost your project's appeal to your target customers. Stock imagery sites, though essential to marketing, have little to no presence in the Caribbean space. Therefore, there is a lack of authentic and novel media representing the Caribbean image and identity as well as a platform that can host and promote such content. We designed a website that provides an online space for photographers to upload their Caribbean themed media and for general users to easily discover and access these media.

    In 2019 Uncommon Caribbean, a travel website focused on the Caribbean, launched an extended service of its site called Uncommon Caribbean Images [1]. The site acts as a stock image library of photos taken in the Caribbean and offered to subscribers for varying prices. The site boasts a substantial collection of photographs showcasing various locations and regions within the Caribbean. The main means of navigation or discovery of images within their library is through a search bar. The site however lacks any categorical means of navigation

    outside of keyword matches made through the search bar. The site also lacks means of free browsing without using an entered search and its media is currently only restricted to photographs.

    Caribbean View was created to target mainly Caribbean photographers and videographers, where they can access a platform to provide their services to a wider audience. Other content makers are open to share on the platform whether it be Caribbean based or not. The stock image industry will benefit from having a website that can provide content that is rarely available and thus bringing exposure to the livelihood of Caribbean countries. This platform provides quality Caribbean based content to users for their benefit in terms of marketing use as well as personal use. It also allows the widespread recognition of the Caribbean and its imagery by increasing availability through a public platform. Advantages include:

    • Automatic tagging [4] is performed on uploaded content that is relevant. This eliminates the mandatory tagging process for producers on what they upload.

    • Photographers and videographers can showcase their portfolio of appropriate content that portrays the Caribbean.

    • A wide variety of selected scenery and scarce images of the Caribbean are made available to the public to access for free without having to subscribe or create an account.

    The Caribbean View was created to be like many stock image websites to create a sense of familiarity for users who are used to retrieving their content from these websites. Consumers can not only download common photos and videos, but also have access to quality media that is not readily available related to Caribbean views. Established stock imagery websites such as Shutterstock and Pexels [12] with extensive photo libraries also provide access to Caribbean focused media. However, their selections lack any many more informal Caribbean themes such as certain foods, town locations and events.

    We now give a description of technology used to develop DSFP. Hardware devices, software products, programming languages that were used during development. Firstly, Meteor

    [20] is an open source platform for web, mobile, and desktop used by over half a million developers around the globe to

    make shipping JavaScript applications [6] simple, efficient, and scalable. Secondly, React [23] is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called components. Thirdly, Amazon Simple Storage Service (Amazon S3) [24] is an object storage service that offers industry-leading scalability, data availability, security, and performance. Fourthly, Amazon CloudFront [25] is a web service that speeds up distribution of your static and dynamic web content, such as .html, .CSS, .js and image files, to your users. CloudFront delivers your content through a worldwide network of data centers called edge locations. When a user requests content that you're serving with CloudFront, the user is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance. Fifthly, Amazon Rekognition [18] makes it easy to add image and video analysis to your applications using proven, highly scalable, deep learning technology. With Amazon Rekognition, you can identify objects, people, text, scenes, and activities in images and videos, as well as detect any inappropriate content. Amazon Rekognition also provides highly accurate facial analysis and facial search capabilities that you can use to detect, analyze, and compare faces for a wide variety of user verification, people counting, and public safety use cases. Sixthly, Material-UI [3] is an open-source project that features React components that implement Googles Material Design. Finally, MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need.

    The outline of this paper is as follows: Section II describes and discusses literature related to stock content and its relevance to the stakeholders along with requirements analysis, design and specifications of the system. Section III discusses the Amazon Rekognition deep learning framework utilized by DSFP. In Section IV we describe the methodology of the system that was built and how each component of the system interacts with each other. Section V lays out the experiments used to evaluate the working prototype Section VI outlines the results of the experiments. Section VII is a discussion on the results produced and Section VIII gives the conclusion.

  2. REQUIREMENTS ANALYSIS AND DESIGN

    1. DSFP Requirements

      The website should allow users to upload, browse, download, and search for media. It consists of two main modules. One is the admin side responsible for the approval, rejection or deletion of images uploaded to the site. The second is the user side capable of uploading and downloading content to and from the site. The user needs and features are shown on Table 1.

      User can search for content by using relevant tags.

      Search content

      Administrator user can approve content uploaded.

      Admin: Approve content

      Administrator user can remove content from live website.

      Admin: Remove content

      Administrator user can remove users.

      Admin: Remove user

      System should allocate relevant tags uploaded content automatically.

      Automatic tagging

      A functional requirement [10] is a definition of behavior between inputs and outputs that is used in software engineering and systems engineering to specify a function of a system or its component. Table 2 shows the system functional requirements of DSFP.

      TABLE 2: TABLE SHOWING THE FUNCTIONAL REQUIREMENTS

      Identifier

      Requirement

      REQ-1

      The system shall allow users to upload images, music, and videos.

      REQ-2

      The system shall allow users to download images, music, or videos.

      REQ-3

      The system shall allow users to browse easily.

      REQ-4

      The system shall display all verified content to users that have a personal account.

      REQ-5

      The system shall allow users to monetize selected content.

      REQ-6

      The system shall allow users to create an account.

      REQ-7

      The system shall allow users to edit their profile at any time.

      REQ-8

      The system shall allow only users with authorization access to verify images, videos, or music.

      REQ-9

      The system shall allow users to search for an image or video.

      A non-functional requirement [13] is a requirement in systems engineering and requirements engineering that defines criteria that may be used to assess the performance of a system rather than particular behaviors. Table 3 shows the system non- functional requirements of DSFP.

      TABLE 3: TABLE SHOWING THE NON-FUNCTIONAL REQUIREMENTS

      Identifier

      Requirement

      REQ-10

      The system should complete uploads to the cloud in approximately 3-5 seconds.

      REQ-11

      The system should take approximately 5 seconds to download content retrieved from the database.

      REQ-12

      The system should display content to users instantly upon visiting the website.

      REQ-13

      The system should notify users when their content is being used in email.

      REQ-14

      The system should have a throughput rate of approximately 3-5 seconds.

      REQ-15

      The system should store content links to database and upload images or videos to the cloud.

      REQ-16

      The system should have data integrity.

      REQ-17

      The system should be able to categorize all verified content appropriately and timely.

      REQ-18

      The system should be able to scale up without any delay.

      REQ-19

      The system should retrieve all related content to a users search request in 3-5 seconds.

      Identifier

      Requirement

      REQ-10

      The system should complete uploads to the cloud in approximately 3-5 seconds.

      REQ-11

      The system should take approximately 5 seconds to download content retrieved from the database.

      REQ-12

      The system should display content to users instantly upon visiting the website.

      REQ-13

      The system should notify users when their content is being used in email.

      REQ-14

      The system should have a throughput rate of approximately 3-5 seconds.

      REQ-15

      The system should store content links to database and upload images or videos to the cloud.

      REQ-16

      The system should have data integrity.

      REQ-17

      The system should be able to categorize all verified content appropriately and timely.

      REQ-18

      The system should be able to scale up without any delay.

      REQ-19

      The system should retrieve all related content to a users search request in 3-5 seconds.

      TABLE 1: TABLE SHOWING NEEDS AND FEATURES

      NEED

      FEATURE

      User can login, edit and view profile.

      User Profile

      A registered user can upload any number of content within its constraints.

      Upload content

      User can download any free content available with or without a user account.

      Download content

      User can view content available.

      Browse

    2. DSFP User Stories

      The user narrative focuses on the experience what the user wants to be able to accomplish with the product [5]. A typical requirement focuses on the product's functionality, or what it should be able to perform. The remaining distinctions consist of a small but significant list of "how," "who," and "when." DSFP user stories are illustrated in Table 4.

      TABLE 4: User stories for the DSFP system.

      td>

      8

      USER STORY NO.

      AS A…

      I WANT TO…

      SO THAT

      1

      User

      Create an account

      I can personalize content to meet my needs

      2

      User

      Login

      I can access my account

      3

      Producer

      Upload content to personal page on website

      Other users can download them

      4

      Producer

      Manage my photos

      My page best represents that content I wish to promote.

      5

      Producer

      Tag my photos

      They can be found based on relevant categories

      6

      Producer

      Track statistics on my images

      I can know how much activity my photos get

      7

      Consumer

      Browse and download content from the website

      I can use the necessary content for personal gain

      Consumer

      Search for content

      I can find content that is relevant to me easily.

      9

      Consumer

      Save images

      I can easily find them later.

      10

      Content manager

      Manage and verify uploaded content

      Content will be classified correctly and appropriate for users

    3. DSFP User Cases

      A use case [22] is a system analysis approach for identifying, clarifying, and organizing system needs. A use case is a collection of conceivable sequences of interactions between systems and users in a certain environment, all of which are tied to a specific purpose. Objects and actions for the DSFP system include with Figure 1 and Figure 2 showing two use case diagrams:

      • User: a person who can browse, create an account, edit, and view profile.

      • Producer: a user who uploads content to the live website.

      • Consumer: a user who downloads content from the live website.

      • Administrator: approves content, removes content and users.

      FIG. 1. GENERAL USE CASE FOR DSFP WEBSITE

      FIG. 2. ADMIN USE CASE FOR DSFP WEBSITE

    4. DSFP Entity Relationship Diagram

      An Entity Relationship (ER) Diagram [7] is a sort of flowchart that shows how "entities" in a system, such as people, things, or concepts, interact with one another. Figure 3 shows an ERD for the DSFP system.

      FIG. 3. ENTITY RELATIONSHIP DIAGRAM OF THE DSFP WEBSITE

    5. DSFP Technical Constraints

      • Photos: Maximum size of 15MB, resolution should be at least 3000×3000 pixels.

      • Videos: Maximum size of 300MB, resolution should be at least 1920×800 pixels, less than or up to 60 seconds long.

    6. DSFP Sequence Diagrams

    In the world of software engineering, a sequence diagram or system sequence diagram [2] depicts object interactions in temporal order. It represents the scenario's objects as well as the sequence of messages exchanged between them in order to carry out the scenario's functionality, see Figures 4, 5 and 6.

    FIG. 4. SEQUENCE DIAGRAM OF USER UPLOADING A PHOTO

  3. AMAZON REKOGNITION

    Deep learning [17] is a discipline of Artificial Intelligence and a subfield of Machine Learning [19]. It uses a deep network with several processing layers made of various linear and non-linear transformations to infer high- level abstractions from raw input. Deep learning is based on models of the brain's information processing and communication. Deep learning uses enormous volumes of annotated data to replace handmade features with ones learnt from big amounts of data. Iteratively estimating hundreds of thousands of parameters in the deep graph using efficient algorithms is how learning takes place.

    Several deep learning designs, such as convolutional deep neural networks (CNNs) [15] and recurrent neural networks [21], have been used to deliver state-of-the-art results on numerous tasks in computer vision, speech recognition, natural language processing, and audio recognition.

    Rekognition Image [14] is an image recognition service that recognises objects, sceneries, and faces in pictures, extracts text, recognizes celebrities, and flags photos with questionable material. You may also use it to search for and compare faces. Rekognition Image is built on the same highly scalable, proven deep learning technology that Amazon's computer vision scientists use to analyze billions of photographs every day for Prime Photos. Rekognition Image detects and labels millions of objects and situations in your photographs using deep neural network models, and we're constantly adding additional labels and facial recognition features to the service.

    Users may import a database of photos with pre- labeled faces, train a machine learning model on it, then publish the model as a cloud service with an API using the SearchFaces algorithm [16]. The user may then use the API to upload fresh photographs and retrieve information about the faces in the image. The API may be used to expose a variety of features, such as recognizing known people's faces, comparing faces, and searching for similar faces in a database.

    FIG. 5. SEQUENCE DIAGRAM OF ADMINISTRATION APPROVING

    A PHOTO

    FIG. 6. SEQUENCE DIAGRAM OF USER DOWNLOADING A VIDEO

  4. METHODOLOGY

    The project will be implemented using several different pieces of software. The backend framework used to build and implement the code will be Meteor. The React library will be used to structure and display the UI components of the website. Users must first register to the site through the Meteor authentication functionality or log on through Google and Facebook via the assisted API offered by Meteor. Media uploaded to the site will be handled by Meteor methods that generate an image ID and stores the image information to MongoDB while the actual image is sent and stored in an unapproved bucket within S3. Images that have successfully been uploaded will await approval by an administrator and once approved will be moved to an approved bucket. On the server-side calls will be continuously made to the collections for any updated information added to the database collection and any new approved images added will be posted to the site. The tagging of uploaded images is automated through Amazon Rekognition. On the client-side photo grid, a react component interprets the image information then renders it, displaying all approved images to the site. Downloading images is handled

    by Amazon CloudFront which acts as a middleman between the client and S3 to cache images and make them available for download with improved performance. Search functionality is implemented through a Meteor method that queries the database based on the result of a search. A system diagram for DSFP is shown on Figure 7.

    FIG. 7. SYSTEM DIAGRAM FOR CARIBBEAN DSFP WEBSITE

    Programming was done in JavaScript with the following Browser Minimum Requirements: Android stock browser (Webkit based), Chrome, Firefox 7+, iOS browser, IE8+, Safari 4+, Desktop Opera and Mobile Opera. The site is designed with a client-server architecture. This architecture consists of two parties: a server and multiple clients, see Figure

    1. The server component will provide services to multiple client components. Clients request services from the server and the server provides relevant services to those clients. Furthermore, the server continues to listen to client requests. Caribbean Views sever is powered by our Meteor back-end which provides the main functionality of the system.

      FIG. 8. A DIAGRAM SHOWING DSFP CLIENT SERVER

      ARCHITECTURE

      We now provide a detailed description of DSFP Components/Subsystems. The system consists of the following components:

      • Administration: This component is where an administrator can access functionality such as the management and media and users on the system.

    • Log out: This component is solely responsible for allowing a user to log out of the system

    • PhotoApprovalDetails: This component enables the administrator to see details of the photo to be approved.

    • PhotoApprovals: This component provides an administrator of a dashboard of all the photos that are pending to be approved on the system

    • PhotoPage: This component allows a user to click on an image during browsing and get further information on it such as the user that uploaded it and allows them to download the photo for use.

    • PhotoSearchResult: This component is responsible for processing and rendering the photos that meet the search requirement of the user.

    • PhotosHome This component is responsible for rendering all the photos on the system to the client for browsing.

    • RemoveApproved: This component allows an administrator to remove already approved content from the system when necessary.

    • Upload: This component is responsible for allowing a user who desires to publish media to CaribbeanView to do so.

    • VideoApprovalDetails: This component enables the administrator to see details of a video to be approved.

    • VideoApprovals: This component provides an administrator of a dashboard of all the videos that are pending to be approved on the system

    • VideoSearchResult: This component is responsible for processing and rendering the videos that meet the search requirement of the user.

    • VideoPage: This component allows a user to click on a video during browsing and get further information on it such as the user that uploaded it and allows them to download the video for use.

    • VideosHome: This component is responsible for rendering all the videos on the system to the client for browsing.

    • Database: This component is responsible for storing data of media and users of the system.

    • Server: It exposes an API for the various functionalities in the system and communicates with the database. The server is also a middleman between the client and the database, where it ensures that users are authorized to access and modify different levels of information and privileges.

      We now give a description of the User Interface. It should

      • EditProfilePage: This component allows for users to edit/manager their account information

      • ProfilePage: This is where persons utilizing CaribbeanView can view the profile of users on the system, where they can see all the published work of the user to the system and other details such as social media account info, website and contact information.

      • Login: This component is solely responsible for allowing a user to log into the system.

    be:

    • Clear – clarity is the most important element of a user interface design. Caribbean View is designed with the intention of being intuitive, and easy to navigate without getting confused or frustrated.

    • Responsive – the interface should work fast, whereby waiting for things to load and using stuttering and slow interfaces can be frustrating. So, the system was designed to provide feedback as efficiently as possible

      to the client using the various technologies incorporated into Caribbean View.

      • Consistent – consistent interfaces allow users to develop usage patterns, which in turn allows them to learn how+ work and will be able to work out how to operate new features quicker.

      • Efficient – The interface is designed with the intention to be efficient by allowing users to figure out exactly what they want to do without any fuss. This was done by identifying how the application should work, what functions does it need to have and what goes does it need to achieve. So therefore, users can easily accomplish what they want.

      • Simplicity -The user interface was designed not to be made up of unnecessary elements or features. It is logical and concise. Steps were taken to ensure simplicity by asking questions such as Does the users really need this to complete their task?. So, the interface was limited to the items that are essential to the user.

    The following are screen shots of the DSFP system, see Figures 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 and 19:

    Fig. 9. User Sign In

    Fig. 10. Homepage

    Fig. 11. Search for Hummingbird

    Fig. 12. Uploading an image file

    Fig. 13. Access User Profile

    Fig. 14. View Profile Information

    Fig. 15. Account Management

    Fig. 16. Administration Login

    Fig. 17. Administration approving videos

    Fig. 18. Administration approving video

    Fig. I9. Administration approved video made available to everyone.

  5. EXPERIMENTS

    The component of the system that is up for testing is the ability to analyze and tag media through deep learning. The component recognizes images by using machine language which in turn tags the content accordingly.

    Media (photos and videos) will be uploaded to the system and the output tags given by the deep learning algorithm will be noted and determined if that analysis was appropriate or accurate.

    The features tested were the deep learning algorithms accuracy to correctly detect object, scene and facial features relevant to the uploaded media. The features not tested were design and layout.

    Success were given by the completion of the following, see Table 5:

    • Allows user to upload and download content.

    • After content is uploaded, the system should identify, analyze and appropriately allocate tags to content so that manual tagging would not be needed.

    • At least 50% of tags allocated to content should be relevant to the specified subject.

    TABLE 5: TABLE SHOWING TEST CASES

  6. RESULTS

    A graphical representation of the data can be found on Figures 20, 21, 22 and 23.

    Fig. 20. RESULT PERCENTAGES FOR IMAGES FOR CRICKET

    Fig. 21. RESULT PERCENTAGES FOR IMAGES FOR SWIMMING

    Fig. 22. RESULT PERCENTAGES FOR IMAGES FOR FOOTBALL

    Fig. 23. RESULT PERCENTAGES FOR TAGGING VIDEOS

    We now show some images and resulting tags on Figures 24, 25, 26, 27 and 28.

    Fig. 24. SAMPLE 1: Cricket_1

    Image description: Front view. A man holding a cricket bat and reading a swing. A ball heading towards the man. A man in the background hunched over and readying to catch.

    Fig. 25. SAMPLE 2: Cricket_2

    Image description: Front view. Cricketer throwing a ball towards the camera. Two persons standing in the foreground.

    Fig. 26. SAMPLE 3: Cricket_3

    Image description: Side view. Woman cricketer holding a cricket bat.

    Three men in the background.

    Fig. 27. SAMPLE 4: Cricket_4

    Image description: Top front view. A man holding a cricket bat reading a swing. A man in the background hunched over.

    Fig. 28. SAMPLE 5: Cricket_5

    Image description: Front view. Woman holding a bat running. A woman running at the side. A woman in the background running to the right.

    For the specific case the following Tables (see Tables 6, 7, 8 and 9) give the percentage of tags that accurately represent the subject. For instance, Table 6 is for Test Case ID: T1, Category: Sports and Subject: Cricket.

    TABLE 6: TABLE SHOWING THE PERCENTAGE OF TAGS THAT ACCURATELY REPRESENT CRICKET

    TABLE 7: TABLE SHOWING THE PERCENTAGE OF TAGS THAT ACCURATELY REPRESENT FOOTBALL

    TABLE 8: TABLE SHOWING THE PERCENTAGE OF TAGS THAT ACCURATELY REPRESENT SWIMMING

    TABLE 9: TABLE SHOWING THE PERCENTAGE OF TAGS THAT ACCURATELY REPRESENT FLAGS

    For brevity Table 10 shows the result of remaining test cases T2 to T6.

    TABLE 10: TABLE SHOWING THE RESULTS OF TEST CASES T2 – T6

  7. DISCUSSION

    F. T6: Check removal of content

    This test case passed when an administrator user removed an image from the live website. The image was no longer visible for other users to access but it was still present in the cloud storage in the approval folder.

  8. CONCLUSION

The final project solution is proven to be significant and beneficial to the marketing field as well as to photographers and videographers who capture scenes of the Caribbean. Advertisers and those who use stock content can now have access to photos and videos that portray Caribbean countries. This provides a deeper understanding and exposure to those who are unaware.

The intended core functionality of the system was co y s l

mpleted, whereb user can easily up oad media and it will

  1. T1: Check Accuracy of Tagging

    According to the graph 1.1,1.2 and 1.3, the results obtained showed that all the tst cases passed and tagged test data showing sport activities with more than 50% relevant tags. Graph 1.4 showed that the system tagged images of Carnival in the Caribbean with more than 50% relevant tags. The system only identified nonCaribbean Flags such as the American Flag as seen in graph 1.5 and table T3.1. The tags allocated to flags of

    Caribbean did not state the country that each flag identified but instead recognized objects around the flag. Graph 1.6 showed how the system automatically tagged videos. Videos of sports and carnival were relevantly tagged, however the video that contained flags was only allocated tags of 25% relevance.

    This test case confirmed that the system was not trained sufficiently with a variation of flags, however it successfully identified that it was a flag. Introducing more Flags and custom tags to the system can therefore improve automation and accuracy of tagging Caribbean Flags.

  2. T2: Check Upload with Valid data

    This test case was passed when a user tried to upload an image and video that met the requirements. A success message was given.

  3. T3: Check Upload with Invalid data

    This test case was passed when a user tried to upload an image and video that did not meet the requirements. An error message was given.

  4. T4: Check Search with Valid tags

    This test case passed when a user searched for content with valid and correctly spelled tags in the search bar. The content provided was related to the given tags.

  5. T5: Check Search with Invalid tags

    This test case passed when a user searched for content with invalid and incorrectly spelled tags in the search bar. No content was provided related to the given tags.

    automatically be categorized on the system. Users can search and download for content freely. The system is optimized for performance and stability by the indexing of the database and the use of technologies to deliver data to users at low latency and high transfer speeds.

    Caribbean View was designed with responsive, clear, simple, efficient, and consistent design principles with the intention to enable the best possible user experience. The design of the code and components were done keeping in mind extensibility and reusability. This enables us to perform quick debugging and analysis of the system. This results in the culmination of a feasible software product that will aid in users wanting to use the platform and taking it to another level

    Future work can include:

    • View all content producers in system by different filters such as most views, likes, downloads, etc.

    • Improved User Management System where users can have more control of their profile via editing and administrators can have a better overview of the systems users through metrics, graphs, and other forms of management.

    • Improved user interface design.

    • Incentives such as monetary rewards based on certain goals and events a user can participate.

    • Improved analysis and search of media of the Caribbean. DSFP may be extended in the following ways:

    • Stock Music

    • Licenses and Agreements

    • Dynamic System, where based on certain current events the system can populate the homepage with relevant media.

    • Professional AdSense, where ads will be displayed on different aspects of the website to generate revenue.

    • Monetization System, for content producers to earn income, the system can also generate revenue by accepting a percentage of each transaction.

REFERENCES

  1. Aggett, B.G. and Van De Leur, W., 2020. Building on the Power of the Pastthe production and politics of heritage on a Dutch Caribbean Island. International Journal of Heritage Studies, 26(6), pp.589-602.

  2. Alvin, C., Peterson, B. and Mukhopadhyay, S., 2021. Static generation of UML sequence diagrams. International Journal on Software Tools for Technology Transfer, 23(1), pp.31-53.

  3. Boduch, A., 2019. React Material-UI Cookbook: Build captivating user experiences using React and Material-UI. Packt Publishing Ltd.

  4. Chen, J., Ying, P., Fu, X., Luo, X., Guan, H. and Wei, K., 2021. Automatic tagging by leveraging visual and annotated features in social media. IEEE Transactions on Multimedia.

  5. Cohn, M., 2004. User stories applied: For agile software development. Addison-Wesley Professional.

  6. Guha, A., Saftoiu, C. and Krishnamurthi, S., 2010, June. The essence of JavaScript. In European conference on Object-oriented programming (pp. 126-150). Springer, Berlin, Heidelberg.

  7. Gupta, M., Rajnish, K. and Bhattarcharjee, V., 2021. Predicting Software Cost Through EntityRelationship Diagrams: An Empirical View. In Nanoelectronics, Circuits and Communication Systems (pp. 561-567). Springer, Singapore.

  8. Gyrödi, C., Gyrödi, R., Pecherle, G. and Olah, A., 2015, June. A comparative study: MongoDB vs. MySQL. In 2015 13th International Conference on Engineering of Modern Electric Systems (EMES) (pp. 1- 6). IEEE.

  9. Harjoseputro, Y., Handarkho, Y. and Adie, H., 2019. The Javanese Letters Classifier With Mobile Client-Server Architecture And Convolution Neural Network Method.

  10. Hassine, J., Dssouli, R. and Rilling, J., 2004, June. Applying reduction techniques to software functional requirement specifications. In International Workshop on System Analysis and Modeling (pp. 138- 153). Springer, Berlin, Heidelberg.

  11. Hayes, K., 2014. Getting the Pictures. In Business Journalism (pp. 105- 112). Apress, Berkeley, CA.

  12. Jambhale, T. and Gaffar, H.A., 2022. A Deep Learning Approach to Invisible Watermarking for Copyright Protection. In Inventive Communication and Computational Technologies (pp. 493-503). Springer, Singapore.

  13. Köhl, M.A., Baum, K., Langer, M., Oster, D., Speith, T. and Bohlender, D., 2019, September. Explainability as a non-functional requirement. In 2019 IEEE 27th International Requirements Engineering Conference (RE) (pp. 363-368). IEEE.

  14. Kyriakou, K., Kleanthous, S., Otterbacher, J. and Papadopoulos, G.A., 2020, July. Emotion-based stereotypes in image analysis services. In Adjunct Publication of the 28th ACM Conference on User Modeling, Adaptation and Personalization (pp. 252-259).

  15. Ma, Y., Cao, Y., Vrudhula, S. and Seo, J.S., 2018. Optimizing the convolution operation to accelerate deep neural networks on FPGA. IEEE Transactions on Very Large Scale Integration (VLSI) Systems, 26(7), pp.1354-1367.

  16. Mane, S. and Shah, G., 2019. Facial recognition, expression recognition, and gender identification. In Data Management, Analytics and Innovation (pp. 275-290). Springer, Singapore.

  17. Minaee, S., Kalchbrenner, N., Cambria, E., Nikzad, N., Chenaghlu, M. and Gao, J., 2021. Deep Learning–based Text Classification: A Comprehensive Review. ACM Computing Surveys (CSUR), 54(3), pp.1-40.

  18. Mishra, A., 2019. Machine Learning in the AWS Cloud: Add Intelligence to Applications with Amazon SageMaker and Amazon Rekognition. John Wiley & Sons.

  19. Murphy, K.P., 2022. Probabilistic machine learning: an introduction. MIT press.

  20. Peguero, K. and Cheng, X., 2021. CSRF protection in JavaScript frameworks and the security of JavaScript applications. High- Confidence Computing, 1(2), p.100035.

  21. Sherstinsky, A., 2020. Fundamentals of recurrent neural network (RNN) and long short-term memory (LSTM) network. Physica D: Nonlinear Phenomena, 404, p.132306.

  22. Silhavy, R., Silhavy, P. and Prokopova, Z., 2021. Using actors and use cases for software size estimation. Electronics, 10(5), p.592.

  23. So, P., 2018. React. In Decoupled Drupal in Practice (pp. 313-334). Apress, Berkeley, CA.

  24. Subhashini, P. and Nalla, S., 2016, March. Data retrieval mechanism using Amazon simple storage service and Windows Azur. In 2016 3rd International Conference on Computing for Sustainable Global Development (INDIACom) (pp. 412-414). IEEE.

  25. Van Vliet, J. and Paganelli, F., 2011. Programming Amazon EC2: Survive your Success. " O'Reilly Media, Inc.".

Leave a Reply