HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nidhaloff

no profile record

Submissions

[untitled]

1 points·by nidhaloff·vor 3 Jahren·0 comments

A free and innovative translation API for developers

deep-translator-api.azurewebsites.net
2 points·by nidhaloff·vor 4 Jahren·1 comments

[untitled]

1 points·by nidhaloff·vor 4 Jahren·0 comments

Show HN: A web based mobile app for wine tasting

winetaste.azurewebsites.net
1 points·by nidhaloff·vor 5 Jahren·1 comments

Show HN: Machine learning automation from creating to using models in production

github.com
72 points·by nidhaloff·vor 5 Jahren·12 comments

Show HN: A sophisticated boilerplate generator based on modern best practices

github.com
2 points·by nidhaloff·vor 5 Jahren·0 comments

Ask HN: How to find sponsors for my open source projects?

4 points·by nidhaloff·vor 5 Jahren·3 comments

comments

nidhaloff
·vor 4 Jahren·discuss
The API is based on the deep-translator python package (https://github.com/nidhaloff/deep-translator).

It is one tool that supports multiple translators and therefore, very easy and convenient to use.

If you want to check the code, here is the link to the repo: https://github.com/nidhaloff/deep-translator-api
nidhaloff
·vor 5 Jahren·discuss
Hi all, this is a work in progress that I wanted to share. The goal of this app is to store online in your app, which wine did you find good during a wine tasting session. I'm still working on new features. I just wanted to hear a feedback or criticism from you. Thanks in advance
nidhaloff
·vor 5 Jahren·discuss
Hi, thanks sure it would be great to exchange information about other libraries. Mainly I'm looking for third party libs that I can integrate with igel for benchmarking or automate deployment. How can I contact you?
nidhaloff
·vor 5 Jahren·discuss
Thanks for the feedback! When I first started the project, it was not thought for production. Just for fast prototyping and experimenting with no efforts at all. However, users liked the tool and started requesting more features including support for serving models and eventually deploying (e.g this issue https://github.com/nidhaloff/igel/issues/62)

I agree with your point of vue. However, igel is fairly new and evolving fast. Using igel to serve trained model is a new feature that was implemented in the new release so igel has a long way to go in order to be a solid product for production use.It will surely get more mature with time.

Finally, notice that I didn't recommend running it in production. Just mentioned that it is possible and takes no efforts at all. However, if the user generated a trained model then anything can be done with it from there. Technically, the user can implement his/her own server and use the model as wanted. Obviously, users should do that if they want more control.
nidhaloff
·vor 5 Jahren·discuss
Hi, thanks for your feedback! you are right, the argument/parameter is actually yaml_path and not yaml_file. This is a typo in the docs/readme, thanks for this finding ;)
nidhaloff
·vor 5 Jahren·discuss
Hi, thanks but how does this link to igel or to AI/ML
nidhaloff
·vor 5 Jahren·discuss
Hi all,

Igel is a delightful tool to help you create, validate and use machine learning model (also in production) without writing code. You can use the integrated command line or the graphical interface.

Igel uses FastAPI and uvicorn to serve your trained model, due to their high performance.
nidhaloff
·vor 5 Jahren·discuss
Thanks for the reply. Of course I'm not "expecting" or forcing companies to pay! It's more of I'm hoping or I hope for support in the future.

Also of course I know everything about open source licenses, so as I said I'm not forcing nothing. Thanks for your hints I will try to apply them and see if it would help ;)
nidhaloff
·vor 5 Jahren·discuss
Last year I built deep-translator https://github.com/nidhaloff/deep-translator

I wanted a tool where multiple translators are integrated and where I can get translations from different sources but only using one tool. I then tried to build a cross platform mobile app using python (which is not the best language for this, I know) https://github.com/nidhaloff/Translator-pp

Probably the best project I built/started last year is the machine learning package igel: https://github.com/nidhaloff/igel