OpenAI quietly launches ChatGPT Translate, a standalone AI translation tool focused on tone and context, signaling a potential challenge to Google Translate.
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 # ...
A simple Python project to record audio using a hotkey (such as a remapped mouse side button) and automatically and offline transcribe it to text using a speech-to-text Faster Whisper model. Designed ...