
This is a simple python program which uses a machine learning model to detect toxicity in tweets, developed in Flask.
X Toxicity Detection is an innovative Flask web application designed to help users assess the toxicity of posts on X (formerly Twitter) without requiring API access. By utilizing Nitter instances to scrape user content, this application not only provides toxicity scores but also does so with an intuitive interface reminiscent of X itself. Whether you're just curious about user interactions or are looking to monitor the online sentiment for safety, this tool offers a practical solution without the bustle of API setups.
The application is available in both a web format and as a convenient Windows GUI, allowing for flexibility in usage. Its modern design not only makes it easy to navigate but also visually represents the toxicity of posts using color coding and pie charts, making it accessible for users of all tech backgrounds.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.