Sentiment Analysis CLI using transformers.
  • Python 86.2%
  • Nix 13.8%
Find a file
Gabriel Santos de Souza 5eda827bcd
Some checks failed
Release / build (ubuntu-latest) (push) Failing after 1s
Release / build (macos-latest) (push) Has been cancelled
Release / build (windows-latest) (push) Has been cancelled
fix: Nuitka
Use pip to install dependencies, avoiding the hoops introduced by
trying to use uv.
2026-02-07 17:19:47 -03:00
.github/workflows fix: Nuitka 2026-02-07 17:19:47 -03:00
nix feat: init 2026-02-07 16:43:35 -03:00
src feat: init 2026-02-07 16:43:35 -03:00
.editorconfig feat: init 2026-02-07 16:43:35 -03:00
.envrc feat: init 2026-02-07 16:43:35 -03:00
.gitignore feat: init 2026-02-07 16:43:35 -03:00
LICENSE feat: init 2026-02-07 16:43:35 -03:00
README.md feat: init 2026-02-07 16:43:35 -03:00

Starscream


Sentiment Analysis CLI using transformers

Summary

Starscream is a CLI built with Typer that parses the contents of a file for sentiment analysis. It uses DistilBERT for that.

Supported File Types

Usage

starscream FILE --output FILE --show --title TEXT

Skills

By developing this project, I demonstrate that I know:

Python

Additional Skills