Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 536 Bytes

File metadata and controls

25 lines (18 loc) · 536 Bytes
title Flask
description A popular minimal server framework for Python
tags
python
flask
chroma

Python Flask Example

This is a Flask app that serves a simple JSON response.

Deploy on Railway

✨ Features

  • Python
  • Flask
  • Chromadb

💁‍♀️ How to use

  • Install Python requirements pip install -r requirements.txt
  • Start the server for development python3 main.py