WARNING: THIS REPO IS DEPRECATED
HaSpDe is a project dedicated to utilizing artificial intelligence for social media content moderation. Its aim is to streamline the process of moderating user-generated content on social media platforms, enhancing both efficiency and effectiveness.
- Machine Learning Model: Employs a machine learning model to automate content moderation.
- Comment Moderation: Flags or approves comments based on model predictions.
- Learning Capability: Can collect data for future model training, improving accuracy over time.
- Python (>=3.6 and <=3.11.x)
- Required Python packages (listed in
requirements.txt
)
- Clone the repository:
git clone https://github.com/botsarefuture/AISoMeM.git
- Install dependencies:
pip install -r requirements.txt
- Run the moderation script:
python moderation_script.py
- When prompted, enter the comment to be moderated.
- Modify the moderation script settings in
moderation_script.py
. - Fine-tune machine learning model parameters as needed for optimal performance.
Contributions are welcome! If you'd like to help improve HaSpDe, please follow the Contribution Guidelines.
This project is licensed under the MIT License.
A big thank you to the open-source community and all contributors!