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

How to Run the app folder on terminal #2

Closed
kirti-tyagi opened this issue Aug 22, 2019 · 3 comments
Closed

How to Run the app folder on terminal #2

kirti-tyagi opened this issue Aug 22, 2019 · 3 comments

Comments

@kirti-tyagi
Copy link

Since I'm new to coding. Could you please tell me how to Run the app folder on terminal so that I can also create the web application for the given model. This is for my research project

@imskr
Copy link
Owner

imskr commented Aug 22, 2019

For Local Testing:

Run the following commands:

pip install -r requirements.txt

Then: python app/server.py serve

If you have Docker installed:

docker build -t fastai-v3 . && docker run --rm -it -p 5000:5000 fastai-v3

Go to http://localhost:5000/ to test your app.

@kirti-tyagi
Copy link
Author

kirti-tyagi commented Aug 24, 2019 via email

@imskr
Copy link
Owner

imskr commented Aug 24, 2019

Simply Deploy it to any web services!

@imskr imskr closed this as completed Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants