Virtual Agent Starter Kit gets you started with building Virtual Agent in 10 minutes. This kit has all the libraries that are required to build a simple Virtual Agent. Please scroll down to refer 'Installation Guide' section and follow instructions to install all the required libraries.
Development Environment
Jupyter Notebook is used for development and debugging. Jupyter Notebook is a web based interactive environment often used for experiments
notebookby jupyter
Jupyter Interactive Notebook
notebookby jupyter
Jupyter Notebook 10204 Version:v7.0.0b4 License: Permissive (BSD-3-Clause)
Machine Learning
Machine learning libraries and frameworks here are helpful in capturing state-of-the-art embeddings. Embeddings are vectoral representation of text with their semantics.
sentence-transformersby UKPLab
Multilingual Sentence & Image Embeddings with BERT
sentence-transformersby UKPLab
Python 10938 Version:v2.2.2 License: Permissive (Apache-2.0)
Exploratory Data Analysis
For extensive analysis and exploration of data, and to deal with arrays, these libraries are used. They are also used for performing scientific computation and data manipulation
numpyby numpy
The fundamental package for scientific computing with Python.
numpyby numpy
Python 23755 Version:v1.25.0rc1 License: Permissive (BSD-3-Clause)
pandasby pandas-dev
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
pandasby pandas-dev
Python 38689 Version:v2.0.2 License: Permissive (BSD-3-Clause)
Installation Guide
Please follow below instructions to install the libraries required for Virtual Agent. 1. Open Command Line Interface 2. Run the command 'curl -o python-installer.bat https://raw.githubusercontent.com/balaji-munusamy/va-starter/main/python-installer.bat' 3. Run the command 'python-installer.bat' 4. Open another command line interface 5. Run the command 'curl -o modules-installer.bat https://raw.githubusercontent.com/balaji-munusamy/va-starter/main/modules-installer.bat' 6. Run the command 'modules-installer.bat'