Skip to content

AjayAntoIsDev/SlopScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlopScan

AI-powered code quality analysis tool that detects AI-generated code, and fraud in SoM

SlopScan is a comprehensive analysis platform designed to find fruad and slop on SoM

Screenshots

img

Quick Start

Prerequisites

  • Python 3.8+
  • Node.js 16+
  • GitHub Personal Access Token
  • AI API access (HackClub AI)

Installation

Backend Setup

cd backend

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Configure environment
cp .env.example .env
# Edit .env with your API keys
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload

Frontend Setup

cd frontend

# Install dependencies
npm install

# Start development server
npm run dev

Architecture

Backend Components

  • FastAPI Application
  • GitHub Service
  • Hackclub AI API
  • Tree-sitter Integration
  • Summer of Making Service API

Frontend Components

  • React + TypeScript
  • HeroUI:
  • Tailwind CSS:
  • Vite:

Made with ❤️ for better code quality and authentic development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published