Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ganeshkumartk/rent-flask


https://github.com/ganeshkumartk/rent-flask

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# RentPAY-API

A machine learning based API to predict house prices.

Used as backend for [RentPAY](https://ganeshtk.gitlab.io/rent-app).

## Description

REST API for predicting predicting house prices in Chennai, India. Dataset provided by [NoBroker](https://www.nobroker.in/). The API is built in with help of Flask micro-framework.

## Usage

API is deployed on [PythonAnywhere](https://pythonanywhere.com) at
https://ganeshtk.pythonanywhere.com/api

## Live Demo
I.

## Local Installation

* Clone the repository

`$ git clone https://gitlab.com/ganeshtk/rent-flask.git`

* Install required libraries

`$ pip install -r requirements.txt`

* Then cd into cloned folder

`$ cd rent-flask`

* Run `app.py`

`$ python app.py`

* API will be running on `http://0.0.0.0:5000/api` on local machine.