For Introduction and Understanding the project head over here
Make sure you have graphviz
installed
git clone https://github.com/Echo-CBT/RelationGraph
cd RelationGraph
virtualenv .
source ./bin/activate
pip3 install -r requirements.txt
python3 app.py
Please check the Internal Server Routes / Graph Generation Route
which is documentation for this micro service using Postman and can be accessed using the following
This repo holds the code for the micro service used to convert user notes into relation (entity) graphs using Stanford Openie
and graphviz
The complete list of Echo-CBT repos are:
- Echo-CBT: Introduction and Understanding the whole project along with details about feature and system architecture.
- Echo-CBT-App: Flask app
- Echo-CBT-Server: Main server handling all heavy computation and communication between micro services
- ActivitySuggestion: Micro service used to fetch daily activity suggestions on the bases user activity tracking
- Echo-CBT-Website: Main showcase website for thr project
We use GitHub Issues for tracking bugs and feature requests, so feel free to open one if you find any :)