A Flask-based web application for blood analysis.
bloodlens/
├── app.py
├── templates/
│ ├── index.html
│ └── results.html
├── static/
│ └── style.css
├── utils/
│ └── prompt_builder.py
├── requirements.txt
└── README.md
- Install dependencies:
pip install -r requirements.txt- Run the application:
python app.py