Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.39 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.39 KB

BtB_PocketTanks

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. ).

Installation and Usage 💡

Clone this repo.

then navigate into specific directory of Microservice to start it

ms-dashboard

npm i
npm start

ms-analytics

PM Sahil or Nitesh on teams for the .env file for the secret keys to run the server

npm i
node server.js

ms-machine-learning

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

Built with 🔧 ( Microservices with the technologies used and some open source packages)

------ Dashboard ---------

------ Analytics ---------

------ Machine Learning ---------

------ Database ---------