/homeccenture

Homeccenture enlightens your home-office experience. Accenture STARTHack 2021 Winner project

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0


Olivia's character



Synopsis

Homeccenture uses machine learning to enlightens your home-office experience by recommending activities.

Being a very intuitive application, it asks you very few questions in order to work.

Right after answering these question, that's where machine learning takes place. The machine learning recommender system automatically recommends the users new activities from the Company-wise dataset based on their colleague's interactions.

The product would be owned by the companies who bought it. It would mean that the companies would have full control over their data. Homeccenture is fully open-source and keeps no trace other than in the server it is hosted. Homeccenture cares about privacy.

Technologies used

  • Machine learning model using PyTorch
  • Rest API with AioHTTP
  • Front-end with React.js

Getting started

Make sure to have node and python both installed on the machine.

Frontend

cd frontend
npm i
npm start

Backend

cd backend
pip install -r requirements.txt
python server