We have added Blockchain integration with Polygon Testnet and Cardano zkEVM, ensuring enhanced scalability, security, and decentralized control over database operations.
You can verify transactions and transparency using our deployed smart contract on Polygon zkEVM Testnet:
View on Polygonscan
Managing NoSQL databases like MongoDB can be complex, especially for small businesses and home-based enterprises. Our platform simplifies this by integrating Natural Language Processing (NLP) and Blockchain technology to provide a secure, no-code solution for database operations.
- Users can perform Create, Read, Update, and Delete (CRUD) operations simply by typing a request in natural language.
- Our trained NLP model intelligently identifies the requested operation and executes it automatically, eliminating the need for coding.
- Smart Contracts ensure that database connection strings remain confidential.
- Users can grant or revoke access permissions for specific users securely.
- This ensures complete control over database access without exposing sensitive credentials.
- Tracks and records database operations in a transparent, immutable ledger.
- Enables authorized users to roll back unintended changes, ensuring data integrity and security.
- Provides a verifiable history of database modifications for auditing and trust.
✔ No-Code Solution – Perform database operations effortlessly using natural language.
✔ Secure Access Control – Blockchain smart contracts safeguard sensitive information.
✔ Data Recovery – A transparent, blockchain-backed revert mechanism prevents data loss.
✔ Ideal for Small Businesses – Simplifies database management without requiring technical expertise.
- User Inputs Request – Example: "Retrieve all customer orders from last week."
- NLP Model Analyzes the Request – Determines if it’s a Create, Read, Update, or Delete operation.
- Database Operation is Executed – The system performs the requested action securely.
- Blockchain Ensures Security – Smart contracts manage access, and changes are logged.
- Revert System Available – Users can reverse actions transparently when needed.
We recommend using Conda. Use the following command to create an environment:
conda create -p name_of_environment -yThen, activate the environment:
conda activate name_of_environmentIf that doesn’t work, try:
conda activate path_of_environmentRun the following command to install dependencies from the requirements file:
pip install -r requirements.txtExecute the fine-tuning script on a custom dataset (shuffled_db.csv) using:
python fine_tuning.pyOnce fine-tuning is complete, deploy the model using:
python app.pyYour BERT model is now set up and ready to go!
Stay tuned for installation steps and API documentation! 🚀