Minimal JS interface to an image classifer
Before you begin, ensure you have met the following requirements:
- Ruby: This project requires Ruby version 2.7.3 or higher.
ruby -vIf needed, update Ruby using official documentation.
- Bundler: Ensure Bundler is installed.
gem install bundler- Clone the repository:
git clone [email protected]:estenger/bearclassifier.git
cd bearclassifier- Install dependencies with Bundler:
bundle installRun the project with:
bundle exec jekyll serve