Metadata-Version: 2.1
Name: vibeAI24
Version: 1.0.3
Summary: A library for predicting and blocking suspicious traffic
Home-page: UNKNOWN
Author: Vibe AI
Author-email: contactvibe615@gmail.com
License: UNKNOWN
Keywords: cyberAI,AIcyber,vibeAI24
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pydantic

# Secure Application With AI

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 

[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   [![Python 3.8](https://img.shields.io/badge/python-3.8-yellow.svg)](https://www.python.org/downloads/release/python-380/)   


## Functionality of the vibeAI2

- Better Looking With AI  
- Block unauthorized  user 
- Authorized user can Allow

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install vibeAI24
  ```
## Example

 ```
# test.py
from src.vibeAI24 import data_breache, predict_breach

  ```

## Run the following Script.
 ```
  python test.py
 ```



## Note 
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.


