Skip to content

Instantly share code, notes, and snippets.

@analyticsindiamagazine
Created December 9, 2019 05:30
Show Gist options
  • Save analyticsindiamagazine/372ad2beec6e7007b628a0f9c6383ebb to your computer and use it in GitHub Desktop.
Save analyticsindiamagazine/372ad2beec6e7007b628a0f9c6383ebb to your computer and use it in GitHub Desktop.
#Importing necessary packages
import numpy as np
from flask import Flask, request, render_template
import pickle
from fastai.tabular import *
import os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment