Repo for Social Media Analysis tool built for Hackathon.
Multiplatform Social Media management tool.
Gives insights into:-
Differnent KPIs ( reach, likes, comments etc.). Sentiment analysis on all the posts and comments using Machine Learning. Trend analysis on how the social media handle is performing w.r.t time ( monthly, weekly basis etc. ).
Clone this repo.
then navigate into specific directory of Microservice to start it
npm i
npm start
PM Sahil or Nitesh on teams for the .env file for the secret keys to run the server
npm i
node server.js
from the root directory of the repo run:
sudo docker build -t btb-ms-ml:latest -f ms-machine-learning/Dockerfile .
sudo docker run -p 5000:5000 btb-ms-ml:latest
------ Dashboard ---------
------ Analytics ---------
------ Machine Learning ---------
------ Database ---------