Skip to content

boycaught/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

Jaseci: Build the Next Generation of AI Products at Scale

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

About

The Official Jaseci Code Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • TeX 15.3%
  • TypeScript 8.6%
  • JavaScript 6.4%
  • HTML 1.2%
  • CSS 0.5%
  • Other 1.1%