Skip to content

This repository is my attempt to the private competition published by Vortex.

License

Notifications You must be signed in to change notification settings

LuisTellezSirocco/vortex-ia-lt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vortex-IA-LT attack

Installation

We will be using conda to manage the environment, so first we need to install it. You can download it from here.

Once you have installed conda, you can create the environment by running the following command:

conda create -n vortexia python=3.10

Then, you can activate the environment by running:

conda activate vortexia

Now, you can install the packages by running:

pip install -e .

Create notebook kernel

python -m ipykernel install --user --name vortexia --display-name "vortex-ia-lt"

This will install the package in editable mode, so you can modify the code and test it without having to reinstall the package. And also it will install the required packages.

Contributors ✨

Thanks goes to:


Luis Téllez

💻

Gerard Castro

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

This repository is my attempt to the private competition published by Vortex.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published