Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

DataKind-BLR/ichangemycity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ichangemycity

About the organization:

Janaagraha was established in 2001 as a non-profit organisation that works on combining the efforts of both the government and the citizens to transform our cities and ensure better quality of life by improving quality of urban infrastructure and services and quality of citizenship. Their civic portal IChangeMyCity promotes civic action at a local neighborhood level.

Mission:

To cultivate and nurture the spirit of active citizenship..

About this repository

This repo holds code and documentation for DataKind Bangalore's Data Corps with IChangeMyCity.

Currently, this holds code for a real-time deduplication engine, built using python. (read the hackpad for more details)

Getting Started

Setup

To run the API, you need python 2.7, mongodb 3.x and pip installed.

  • Install requirements with pip install -r requirements.txt
  • Run python -m nltk.downloader all to install NLTK resources
  • Configure the API after editing app.conf
  • Startup the API with python api.py

To load the ICMC data into the API and make it available on the API, run scripts/icmc.py

Documentation

  • The API docs are built using Swagger.
  • To view the latest documentation and play around with the API, use this link

Links

About

Code / Documentation for DKBLR's ichangemycity project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages