A desktop application for managing lithium battery pack production, built with Python, Tkinter, and SQLite. The system supports cell parameter management, order registration with configurable layouts, ...
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 # ...