Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 797 Bytes
title description tags
Flask_Server
Python's widely embraced server framework boasts the capability to develop both APIs and machine learning models
python

Python Flask Example

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

Deploy on Railway

✨ Features

  • Python
  • Flask

💁‍♀️ How to use

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

Above link will guide to configurator page

image