/image-tagging-with-ai

This application is a simple image tagging application. It allows users to upload images and tag them with a list of predefined tags.

Primary LanguageRuby

Image Tagging

Introduction

This application is a simple image tagging application. It allows users to upload images and tag them with a list of predefined tags.

Installation

To install the application, clone the repository and run the following commands:

yarn install
bundle install

Running the application

To run the application, run the following command:

./bin/dev

This will start the application on http://localhost:3000.

Running the tests

To run the tests, run the following command:

bundle exec rspec

Running the linter

To run the linter, run the following command:

bundle exec rubocop