Skip to content

Jaseci-Labs/jaseci

Repository files navigation

Jaseci

jaseci_core Unit Tests PyPi version jaseci_serv Tests PyPi version Jac NLP PyPi version Jac Vision PyPi version Jac Speech PyPi version Jac Misc PyPi version Code style: black

[Maintenance] Jaseci: Build the Next Generation of AI Products at Scale

Note to our community

We appreciate all the interests in Jaseci since its launch! We have been hard at work on developing the next evolution of Jaseci and the Jac Programming Language.

This next evolution embodies all the learnings from jaseci1.0 and represents the true form of data spatial programming and a modern programming language that serves the ever changing needs of developing production-grade AI applications.

Learn more:

This repo is now under maintenance mode, meaning moving forward there will be minimal features introduced. We will continue to resolve issues and push bugfixes as needed.

The Jaseci Ecosystem

The Jaseci ecosystem, is an open-source technology stack composed of three components: Jaseci Core, the fundamental execution engine, Jaseci Serv, a cloud-scale runtime engine with diffuse capabilities, and Jaseci AI Kit, a collection of state-of-the-art AI engines and pre-trained models contributed by the Jaseci team and the open source community. Additionally, Jaseci Studio, is a comprehensive IDE for programming and debugging Jaseci programs.

Jaseci presents a groundbreaking computational model that aims to simplify the process of developing AI applications. Through its exclusive data-spacial programming approach and diffuse execution environment, Jaseci has accomplished remarkable feats, such as decreasing development time by tenfold and almost completely removing standard backend code. Jaseci is invented by professors and researchers from the University of Michigan and has been open-source since 2021. Jaseci has been used by dozens of developers to create commercial products in various domains serving tens of thousands requests per day.

Getting Started

To install Jaseci and all its packages, refer to the comprehensive Jaseci Installation Guide.

For a quick start, install the jaseci python package via pip:

pip install jaseci

To set up a Jaseci server, please follow the steps outlined in the Jaseci Server Setup guide. To set up Jaseci Studio, please follow the instructions outlined in the following guide.

A quick hello world example:

walker init{
  std.out("Hello World");
}

To run this example, save the code in a file named main.jac file and run with jac run command in jsctl shell;

jsctl

This will execute the Jaseci command line environment jsctl.

jaseci> jac run hello.jac

Write Your First Jaseci Application

Follow these links to access more tutorials:

Advanced Tutorials

Resources

Community