CoolFace
Apppublic

arkesh06/MarketSentry-API

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

MarketSentry 2.0 API Server

This is the FastAPI backend service for MarketSentry 2.0, running Python ML trend classifiers, news sentiment streams (FinBERT/lexicon), and the 100-point composite scoring algorithm.

Local Development

Run with:

bash
uvicorn main:app --host 127.0.0.1 --port 8000 --reload