Installation • Commands • Algorithm settings • Post
Profiler tries to identify main topics in personal Twitter timelines using LDA topic models algorithm in a easy way for simple exploratory purposes
- Install Docker and Docker Compose
- Clone this project:
git clone https://github.com/bertini36/profiler
- Move to the project folder:
profiler
- Install all the dependencies and bring up the project with Docker executing:
make build
cp .env-sample .env
- Add your Twitter keys at
.env
- If you require it, customize some algorithm technical configs at
src/settings.py
- Run an inference:
make run timelines=pablocasado_ topics=3
- ☕
- HTML outputs will be generated at
output
folder. Open them with your navigator
— Built with ❤️ from Mallorca —