Hugging Face Discord Community

community
Activity Feed

AI & ML interests

Collaborating towards Good ML!

Recent Activity

discord-community's activity

lukehinds 
posted an update 3 days ago
view post
Post
533
CodeGate is a local gateway that makes AI coding assistants safer. CodeGate ensures AI-generated recommendations adhere to best practices, while safeguarding your code's integrity, and protecting your individual privacy. With CodeGate, you can confidently leverage AI in your development workflow without compromising security or productivity. CodeGate is designed to work seamlessly with coding assistants, allowing you to safely enjoy all the benefits of AI code generation.

Here's how CodeGate protects you:

Prevents Accidental Exposure: CodeGate meticulously scans your project for sensitive information like API keys, database credentials, and other confidential data. It prevents AI assistants from inadvertently exposing these secrets in their suggestions.

Enforces Secure Coding Practices: CodeGate integrates with established secure coding guidelines and best practices. It flags AI-generated code snippets that violate these standards, ensuring your projects remain secure and robust.

Blocks Malicious or Deprecated Libraries: CodeGate maintains a constantly updated database of known malicious libraries and deprecated dependencies. It blocks AI suggestions that recommend using these potentially harmful components.

For more details head over to our repo: https://github.com/stacklok/codegate

takarajordan 
posted an update about 1 month ago
view post
Post
1209
I made an RSS feed for HuggingFace Daily Papers!! 🤗

Just Subscribe here: https://papers.takara.ai/api/feed

It updates every 24 hours, completely written as a serverless go script with a Redis cache (to avoid hitting HF all the time).

I'm open sourcing the code, you can check out my repo and deploy it on Vercel extremely easily!
https://github.com/404missinglink/HF-Daily-Papers-Feeds

thanks to @John6666 @p3nGu1nZz for your early support