Hate-Speech-Detection/ ├── src/ │ ├── main.py # Desktop application entry │ ├── web_app.py # Flask web interface │ ├── api.py # FastAPI REST endpoints │ ├── model.py # ML models │ ├── database.py # ...
Controls your FlashForge Finder printer through a simple REST API. You can check temps, move the print head around, change LED colors, and upload files - all over your local network. The original repo ...