Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

pyvector

PyVector Compiler compiles a pyvector formula into python vector expression and evaluates it, by replacing pyvector tokens and operations with pandas equivalent vector operations

pyvector setup.

Enter /src folder:

$ cd src

Create python virtual environment:

$ py -m venv .venv

Activate python virtual environment:

$ .venv\scripts\activate

Update pip package installer

$ pip3 install --upgrade pip

Install the requirements:

(.venv) PS C:\pyvector\src> python -m pip install -r requirements.txt

Start the FastAPI server

$ py main.py
(.venv) PS C:\pyvector\src> py main.py

0     True
1    False
2    False
dtype: bool

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages