arkesh06/MarketSentry-API
0
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:
uvicorn main:app --host 127.0.0.1 --port 8000 --reload