-
Notifications
You must be signed in to change notification settings - Fork 3
help to make 2 project as a service like yours #1
Comments
Hi @x0rzkov, happy to help
|
Hi, Thanks for your reply 1. french-sentiment-analysis-with-bertHere is a gist with what I have done so far for french-sentiment-analysis-with-bert : https://gist.github.com/x0rzkov/111f8081c30c5ed82268bbca30729072 It is a providing a shell script for downloading the local domain, and a rest api (largely inspired by your work, so thanks a lot). For the question 3, we are using camenBert base. My other question would be how to make it this rest api scalable like with k8s/docker with rabbitmq ? I am watching/trying to inspire myself from these solutions for scaling: Goals:
2. bert-tweets-analysisI have done some research and basically nothing on it https://github.com/OthSay/bert-tweets-analysis. Here is the to do list:
For the sentiment discovery from NVIDIA, I found this repo https://github.com/Rexhaif/nvidia-eval It is providing a rest api and cli script. git clone https://github.com/rexhaif/nvidia-eval.git
cd nvidia-eval
cd models
bash get_models.sh
cd ../
pip install -r requirements.txt
python eval.py --example "i love you" # cli eval
python app.py # rest api Unfortunately, it seems to be another approach for training and finetuning Language Models. However, they are using their own models, as no references to BERT. Moreover, they do share they pre-trained weights, but they are only in English language. So, no chance to use camemBERT or fluaBERT with sentiment-discovery. Goal(s):
Hope that was clear enough as an overview. Cheers, |
Hi,
Hope you are doing all well !
I have these 2 interesting projects for sentiment analysis in french.
And I d like to create them as a service as you did for camenBERT. My speciality is golang and not really python, so that's why I request some help from you.
For the second one, I know that code can process one piece of content.
How to load the model in shared way and have a rest api service ?
Thanks for any inputs or insights.
Cheers,
X
The text was updated successfully, but these errors were encountered: