All Projects → pratos → Flask_api

pratos / Flask_api

Licence: mit
Creating a Machine Learning API using Flask - Repository for AV Article

Projects that are alternatives of or similar to Flask api

Graphql Server
This is the core package for using GraphQL in a custom server easily
Stars: ✭ 65 (-63.28%)
Mutual labels:  api, flask
Bhagavadgita
A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
Stars: ✭ 84 (-52.54%)
Mutual labels:  api, flask
Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (-60.45%)
Mutual labels:  api, flask
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-67.23%)
Mutual labels:  api, flask
30 Days Of Python
Learn Python for the next 30 (or so) Days.
Stars: ✭ 1,748 (+887.57%)
Mutual labels:  api, flask
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (-66.67%)
Mutual labels:  api, flask
Terraformize
Apply\Destory Terraform modules via a simple REST API endpoint.
Stars: ✭ 84 (-52.54%)
Mutual labels:  api, flask
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+369.49%)
Mutual labels:  api, flask
Flask Graphene Sqlalchemy
⚗️Project template to build a GraphQL API in Python
Stars: ✭ 109 (-38.42%)
Mutual labels:  api, flask
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-49.72%)
Mutual labels:  api, flask
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+493.22%)
Mutual labels:  api, flask
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-14.12%)
Mutual labels:  api, flask
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-75.14%)
Mutual labels:  api, flask
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+531.64%)
Mutual labels:  api, flask
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-94.92%)
Mutual labels:  api, flask
Blog api tutorial
Blog API Written in Python Flask- Part 1: https://www.codementor.io/olawalealadeusi896/restful-api-with-python-flask-framework-and-postgres-db-part-1-kbrwbygx5 Part 2: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-2-l9y8awusp Part 3: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-3-lx7rt8pfk
Stars: ✭ 74 (-58.19%)
Mutual labels:  api, flask
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+154.8%)
Mutual labels:  api, flask
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+227.68%)
Mutual labels:  api, flask
Deep Learning Training Gui
Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
Stars: ✭ 85 (-51.98%)
Mutual labels:  api, flask
Jiosaavnapi
An unofficial API for JioSaavn written in Python 3
Stars: ✭ 123 (-30.51%)
Mutual labels:  api, flask

Creating Machine Learning API using Flask

Code accompanying the AnalyticsVidhya article

NOTE: This code is a bit old, please do not use this for production level tasks. There are better ways to do all these things, consider using FlaskAppBuilder & quart or FastAPI for your production apis

How to setup the Anaconda environment:

  • Make sure you have Anaconda distribution, if not then visit: Miniconda Installation to install it.
  • For a faster installation, run command (on terminal): curl -L mini.conda.ml | bash (Courtesy: @mikb0b)
  • For any queries regarding conda environment, visit: Managing Conda Environments
  • Go to the folder ./flask_api, you'll encounter flask_api.yml file.
  • In the terminal run command: conda env create -f flask_api.yml
  • Once done, run: source activate flask_api. Your virtual environment is setup successfully!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].