Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganeshkumartk/rent-flask
https://github.com/ganeshkumartk/rent-flask
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ganeshkumartk/rent-flask
- Owner: ganeshkumartk
- License: mit
- Created: 2020-02-02T19:09:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:04:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:39:41.556Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.