CoolFace
Modelpublic

Harsh2026verma/code-generator-model

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes32downloads
Model Card

๐Ÿ”’ Hinglish Cybersecurity & Web Development Expert

Model Overview

HinglishCyberSec is a fine-tuned CodeLlama-7B model specialized in multilingual cybersecurity and full-stack web development. It understands and generates code in Hindi, English, and Hinglish (Hindi+English mix).

๐ŸŽฏ What This Model Does

CapabilityDescription
๐ŸŒ MultilingualResponds in Hindi, English, or Hinglish
๐Ÿ›ก๏ธ CybersecuritySQL injection, XSS, DDoS, JWT, Encryption, CSRF protection
๐Ÿ’ป Web DevelopmentHTML, CSS, JavaScript, React, Flask, Express, PHP
๐Ÿ”’ Security HeadersCSP, HSTS, X-Frame-Options implementation
๐Ÿ“Š Rate LimitingDDoS protection, API rate limiting
๐Ÿ” AuthenticationJWT, bcrypt, session management
๐Ÿ“ Code ExplanationExplains code in simple Hinglish

Model Details

Basic Information

  • โ€”Developed by: Harsh Verma
  • โ€”Model type: Causal Language Model (Fine-tuned CodeLlama-7B)
  • โ€”Language(s): Hindi, English, Hinglish (Hindi + English mix)
  • โ€”License: MIT
  • โ€”Base Model: CodeLlama-7B
  • โ€”Fine-tuned on: Custom multilingual cybersecurity + web development dataset

Model Sources

  • โ€”Repository: [Your ]
  • โ€”Demo: [https://huggingface.co/spaces/Harsh2026verma/Rudra-chatbot]
  • โ€”Dataset: [Link to your dataset]

Uses

Direct Use

This model can be used for:

python
# 1. Generate secure code in Hinglish
response = model.generate("SQL injection se bachne ka tarika batao")

# 2. Create web applications
response = model.generate("Ek responsive navbar banao with logo and 3 links")

# 3. Security audit
response = model.generate("Is code mein SQL injection vulnerability hai?")

# 4. DDoS protection
response = model.generate("Flask mein rate limiting kaise lagayein?")