The whole backend now uses Django.
I’ve spent the past couple of days learning how to build a front-end using HTML, CSS, JS, React.js. Have a basic MVP ready for a dynamic front end.
Gotten to a very basic MVP which can generate sentiments for stocks.
I couldn’t get FinABSA to work but I discovered FinBERT (Google’s BERT custom trained on financial data). Its accuracy (advertised as 87%) should be good enough for now.
I’ve just tested this more and the results seem fairly satisfactory. There’s a bit of a learning curve for it as the model’s hosted on hugging face and I’ve never used that before.