-
Notifications
You must be signed in to change notification settings - Fork 887
Adding Reactjs example for Image Classifier and Fixing Typo #1146
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Signed-off-by: Jonathan Sum <777JonathanSum@gmail.com>
@JonathanSum Thanks a lot for your contribution, as part of best practices, it would be great in future to have separate PRs for different issues/improvements. |
Just an Update. I forgot to upload the build folder which has the deployed version of the react app. |
Add reactjs example for Torch Serve Signed-off-by: Jonathan Sum <777JonathanSum@gmail.com>
I am just thinking or asking. I need to know there is a way to implement torch-serve in javascript or in either c++ or python without restful, so we can run the torch serve with model fully in the browser with reactjs. If so, we can even deploy it on github page. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@nskool Can you please check why the build logs are not getting published? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Should I click the update branch button next to the "This branch is out-of-date with the base branch"? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Description
#1109
pytorch_model_bin -> pytorch_model.bin
Fixes #(issue)
It is just a typo in the original document.
pytorch_model_bin -> pytorch_model.bin
Type of change
pytorch_model_bin -> pytorch_model.bin
Adding a Reactjs example
Adding instructions to run the Reactjs example
Demo on the Torch Serve on Reactjs example.

Comment: This example follows the resnet18 example in the repo.If you want to run it on your local machine, please check here:
https://github.com/JonathanSum/serve/tree/master/examples/image_classifier/resnet_18/ReactJSExample#readme