Skip to content

preethamdandu/FinSignal

Repository files navigation

FinSignal

Financial NLP pipeline for SEC filings ingestion, lightweight NLP extraction, ranking, and API serving.

Quick start

cp .env.example .env
make up
make seed

One-command ticker pipeline

Run ingestion + Kafka publish + one lightweight worker processing pass for a ticker:

make ingest-and-process TICKER=AAPL

Optional args:

make ingest-and-process TICKER=MSFT FORM_TYPE=10-K LIMIT=1

Run API

cd services/api-gateway
uvicorn main:app --host 127.0.0.1 --port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors