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

Create simple machine learning demo, serve prediction results with aiohttp #35

Closed
jettify opened this issue May 27, 2018 · 6 comments
Closed

Comments

@jettify
Copy link
Member

jettify commented May 27, 2018

I have working code of very simple API with react UI, that classifies offensive and toxic comments. I think it should be good addition for aiohttp use cases. I still need to do some clean up, after will copy app here.

https://github.com/jettify/moderator.ai

@asvetlov
Copy link
Member

Looks interesting.
I have no idea why yarn is required though.

@jettify
Copy link
Member Author

jettify commented May 29, 2018

yarn is fancy way to build to install dependencies and build react app.

@Arfey
Copy link
Member

Arfey commented May 29, 2018

u have package-lock.json it's npm and yarn.lock it's yarn. use something one 😀

@jettify
Copy link
Member Author

jettify commented May 29, 2018

Good catch I accidentally committed that.

@Arfey
Copy link
Member

Arfey commented May 29, 2018

Also, u can make build in a computer and commit bundle files. It remove step with yarn install and make build. Yes it's bad practice for front-end but example for back-end, right?

@jettify
Copy link
Member Author

jettify commented May 30, 2018

#37

@jettify jettify closed this as completed Jun 17, 2018
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

3 participants