avin_regmi

↗ HN profile [ 63.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I recently built a web app that lets users generate AI images using models we trained and fine-tuned on our own custom datasets. One thing that sets it apart is that we run generation with more iterations than…

  2. What do you guys think about www.labelur.com. Here is a blog that talks more about it https://avinregmi.medium.com/multi-domain-text-classification-via-labelur-bb4dafbf9580

  3. I'm working on ML model to classify NLP dataset. I'm thinking about online web app where a user would upload CSV file and possible labels. Back end would use ML to classify NLP texts into possible labels. Would you use…

  4. Uber just open sourced Ludwig. Ludwig allows you to train and test deep learning models without the need to write code. Do you think people will find this useful? Who do you think will use it?

  5. https://panini.ai/ is the easiest and fastest way to serve ML/DL models at low latency and makes the model deployment to Kubernetes in a few minutes. It also handles load balancing, caching and batching of user inputs.…

  6. I've always had a hard time deploying ML models into production. The traditional approach is to use Flask, Gunicorn with Nginx. This requires a lot of setup time, and it's slow! https://www.panini.ai/ is a platform to…

  7. I've always had a hard time deploying ML models into production. The traditional approach is to use Flask, Gunicorn with Nginx. This requires a lot of setup time. Also, inferring model with flask is slow and requires…

  8. I've noticed most companies are using traditional machine learning such as SVM, Random Forrest..etc in production. Also, most are using PySpark ML rather than deep learning frameworks such as tensorflow and pytorch. Why…

  9. Most forums online are suggesting using Flask to create an endpoint to serve ML/Deep learning models into production. This requires to use Gunicorn and NGINX with loadbalancer. How are companies deploying ML models…