An AI movies app created with React

Share your love

The demo-ai-app is a straightforward AI movies app created with React, showcasing the integration of AI features using custom data. The movie database within the app consists of approximately 700 popular movies, offering functionalities such as searching, exploring related movies, and tagging for some entries.

I would recommend you don’t just copy and paste the code, just look at the code and type by understanding it.

Demo

Pages

Home page

Movie Details Page

Search By Tag Page

Features

  • Tags: Classify data based on descriptive text, providing more context.
  • Related: Identify semantically similar data within the database.
  • Search: Conduct deep searches through data and images using natural language.
  • Search Images: Perform deep searches, including images, within the dataset.

Steps to install

# Clone this repo
git clone https://github.com/sst/demo-ai-app.git

# Navigate to directory and install packages
cd folder
npm install

# Start the App
npm start

Live Demo & GitHub

If you found any mistakes or have any doubts please feel free to Contact Us

Hope you find this post helpful💖

Share your love