Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 959 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 959 Bytes

FAMILY TREE

Family-Tree is a Family History Graph Application.

Getting Started

Installing requirements

pip install -r requirements.txt

Data Pipeline

Add data to the files listed below:

/data/people.csv for people bio-information

/data/parent_relations.csv for child to parent relationship mapping

/data/partner_relations.csv for person to partner relationship mapping

Starting the application

To run the application locally, run the following command:

flask run --debug

Access from the browser using http://127.0.0.1:5000

Visualize the relationships

HomePage lists all members in the family tree. alt text

Click the #ID for a member to visualize their family tree. alt text