An Open Source monitoring cum security tool to keep your data data from public generative tools or services
Table of Contents
There are many generative AI tools out there in the internet powered by open ai and many other llm services; however the security of your data at transit is a big question to all the users which is more important than the work getting done. This is where filterit comes into picture.
Here's why:
- It intercepts your specified request and removes all sensitive information from your prompt and other documents you send to the llm.
- It also replaces back to their original text in just seconds after the text generation.
The project is created with:
-
Interface for monitoring and managing
- React JS
- Tailwind CSS
-
Server for extracting and replacing
- Python
- Spacy (NER)
If your interested to run or deploy it in your system; follow the below steps
- Install dependencies and run the interface
npm install
- Install libraries and run the server
pip install -r /server/requirements.txt
Create an account and then add your request endpoint to the app created, which is to be monitored adn intercepted for security.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Hemaprakash Raghu - @imprakashraghu
Vignesh Natarajan - @vigneshn200