For Introduction and Understanding the project head over here
git clone https://github.com/Echo-CBT/ActivitySuggestion
cd ActivitySuggestion
virtualenv .
source ./bin/activate
pip3 install -r requirements.txt
python3 app.py
Please check the Internal Server Routes / Activity Suggestion Correlation Computeation Route
which is documentation for this micro service using Postman and can be accessed using the following
This repo holds the correlation model used to determine the effective activities that the user should focus on according to the data collected
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
- RelationGraph: Micro service used to generate relation graph of user diary entry
- 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 :)