Profile picture
Omrahn Faqiri
CS Student
Home
Skills
Personal projects
GitHub
Email
Back

Personal Projects

Safecord

  • AI-assisted Discord moderation bot that helps identify potentially unsafe or predatory behavior through natural language processing (Zero-Shot Learning).
  • Built a FastAPI backend for AI analysis and data management, paired with a Discord.py-based command interface for real-time moderation.
  • Implements slash commands for flagging users, viewing watchlists, clearing logs, and running live message analysis using NLP.
  • All logs are securely stored in a local SQLite database, with a demo Jupyter notebook for exploratory data analysis and visualization.
  • Developed as a research prototype to explore proactive approaches to online safety and moderator empowerment.
Python
Fast API
Zero-Shot Learning (NLP)
SQLite
Discord.py
Data Analytics
🔗 View Project

Breast Cancer Detection Model Comparison

  • Conducted a comparative study between Decision Tree (J48) and Neural Network (Multilayer Perceptron) models using the Weka Breast Cancer dataset.
  • Cleaned and preprocessed the dataset, handled missing values, and normalized features to enhance prediction quality.
  • Performed cross-validation and evaluated key metrics such as accuracy, precision, recall, and F1-score to assess performance trade-offs.
  • Used statistical tests to verify significance of differences and produced a professional analytical report with results visualizations.
Python
Weka
Machine Learning
Data Analytics
🔗 View Project