Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.37 KB

README.md

File metadata and controls

60 lines (40 loc) · 2.37 KB

Activity Suggestion Micro-service

GitHub repo size GitHub issues GitHub pull requests GitHub Repo stars GitHub


For Introduction and Understanding the project head over here


For Developers

  1. git clone https://github.com/Echo-CBT/ActivitySuggestion
  2. cd ActivitySuggestion
  3. virtualenv .
  4. source ./bin/activate
  5. pip3 install -r requirements.txt
  6. python3 app.py

Documentation

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

Run in Postman


Repo Layout

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

Having Issues

We use GitHub Issues for tracking bugs and feature requests, so feel free to open one if you find any :)


Made with ❤️ by Team Echo