01
CuraVie Healthcare
An AI-powered platform for migrant workers. Features automated medical report generation and multilingual support to bridge the healthcare gap.
Python
Flask
SQLAlchemy
GenAI API
@app.route('/analyze', methods=['POST'])
def analyze_report():
img = request.files['report']
# AI processing pipeline
data = ai_model.extract(img)
return jsonify(data)