Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure APIs for lower request count per prediction v1 #10

Closed
sarthakpranesh opened this issue Oct 12, 2021 · 1 comment
Closed
Labels
enhancement New feature or request hacktoberfest-accepted server All things related to server
Projects

Comments

@sarthakpranesh
Copy link
Owner

Routes on the server can be shrunk/merged together for lowering the request count needed from app start to making the first prediction.

@sarthakpranesh sarthakpranesh created this issue from a note in PlantRecog (To do) Oct 12, 2021
@sarthakpranesh sarthakpranesh moved this from To do to In progress in PlantRecog Oct 12, 2021
@sarthakpranesh sarthakpranesh added enhancement New feature or request hacktoberfest-accepted server All things related to server labels Oct 12, 2021
@sarthakpranesh
Copy link
Owner Author

Merged the following routes

  1. get "images/:name" and "wiki/:name" into "details/:name"
  2. get "/" and "details" into "/"

PlantRecog automation moved this from In progress to Done Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted server All things related to server
Projects
Development

No branches or pull requests

1 participant