-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deploying Hinglish transformers via API calls #1
Comments
Hey @GautamR-Samagra the |
Please share the associated |
Also, what are your estimates on number of requests that are to be made. I am thinking of 100k requests in total by 100 concurrent users. |
You can make these curl requests
|
I would prefer if you can also send more verbose and different sample data to test your model for many requests. You can paste the "sent" below for |
Hey @tushar5526 there are no limits to what you can pass to sent neither is there any particular output that you should expect for a particular sentence so feel free to play around yourself. Just follow these :
|
|
@pSN0W I am getting conflicts while installing dependencies.
Which python version are you using ? |
Also, it seems you have shared the requirements file of your local python env instead of the virtual env (beautiful soup is listed, but I can't see it being used anywhere and there are missing dependencies -- https://github.com/DataGov-SamagraX/Hinglish/blob/main/requirments.txt#L5).
Can you reshare the |
Hey its of the local only. Most of the packages that need to be installed depend on other packages like BeautifulSoup that's why its installed. |
You need to git clone for indicTrans package as it's not a python library |
@GautamR-Samagra I think we don't need to test this after we have tested GPT3. We can close this. |
@tushar5526 this one has 2 Bhashini models- hindi <-> english , a transliteration model and a sentiment analysis model on top of it. |
Current state- We have a setup such that one can ingest through POST sentences in Hindi/English/Hinglish and it returns the sentence translated to English and the associated sentiment
Requirements-
Aim : We need to decide a strategy for estimating the architecture required to deploy the Bhashini (and other translation) models at scale.
The text was updated successfully, but these errors were encountered: