I focus on building secure, privacy-aware tools powered by AI.
Here, code does the talking โ no overshare, just solutions.
NOovershare is a privacy-first platform designed to analyze and sanitize images before theyโre shared online. It detects risks like personal data, sensitive content, or inappropriate visuals โ and helps users prevent unintentional oversharing.
git clone https://github.com/yourusername/noovershare.git
cd noovershare
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
You can adjust versions if you know your project uses different ones. If you want to generate this file from your current environment, use:
pip freeze > requirements.txt
Enable Groq Acceleration
Create a .env file in the root directory:
USE_GROQ=True
GROQ_API_KEY=your_actual_key_here
uvicorn app.main:app --reload
Open index.html in your browser to access the image upload, crop, and risk analysis UI. ๐ Tech Stack
Frontend: HTML, CSS, JavaScript, Cropper.js
Backend: Python, FastAPI, Uvicorn
Models: DETR, EasyOCR, AdamCodd, LLaMA
Crypto: Fernet (AES-128), PBKDF2HMAC, SHA256
Processing: OpenCV, PIL
Acceleration: Groq hardware (optional)
๐ค Project Status
Prototype live with all major components integrated. Supports:
Drag & drop image uploads
Region-specific blurring
Risk summaries
Encrypted downloads
Further work planned on:
False-positive tuning in NSFW detection
Improved OCR on low-res images
Dockerized deployment
3 commits
HTML
41.7%
JavaScript
30.2%
Python
28.0%
I focus on building secure, privacy-aware tools powered by AI.
Here, code does the talking โ no overshare, just solutions.
NOovershare is a privacy-first platform designed to analyze and sanitize images before theyโre shared online. It detects risks like personal data, sensitive content, or inappropriate visuals โ and helps users prevent unintentional oversharing.
git clone https://github.com/yourusername/noovershare.git
cd noovershare
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
You can adjust versions if you know your project uses different ones. If you want to generate this file from your current environment, use:
pip freeze > requirements.txt
Enable Groq Acceleration
Create a .env file in the root directory:
USE_GROQ=True
GROQ_API_KEY=your_actual_key_here
uvicorn app.main:app --reload
Open index.html in your browser to access the image upload, crop, and risk analysis UI. ๐ Tech Stack
Frontend: HTML, CSS, JavaScript, Cropper.js
Backend: Python, FastAPI, Uvicorn
Models: DETR, EasyOCR, AdamCodd, LLaMA
Crypto: Fernet (AES-128), PBKDF2HMAC, SHA256
Processing: OpenCV, PIL
Acceleration: Groq hardware (optional)
๐ค Project Status
Prototype live with all major components integrated. Supports:
Drag & drop image uploads
Region-specific blurring
Risk summaries
Encrypted downloads
Further work planned on:
False-positive tuning in NSFW detection
Improved OCR on low-res images
Dockerized deployment
3 commits
HTML
41.7%
JavaScript
30.2%
Python
28.0%