All Projects → cookiengineer → Lycheejs

cookiengineer / Lycheejs

Licence: other
🌱 Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lycheejs

Cortex
Cortex: a Powerful Observable Analysis and Active Response Engine
Stars: ✭ 676 (-7.14%)
Mutual labels:  engine
Data Science Interview Resources
A repository listing out the potential sources which will help you in preparing for a Data Science/Machine Learning interview. New resources added frequently.
Stars: ✭ 690 (-5.22%)
Mutual labels:  artificial-intelligence
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+736.26%)
Mutual labels:  artificial-intelligence
Wirefilter
An execution engine for Wireshark-like filters
Stars: ✭ 677 (-7.01%)
Mutual labels:  engine
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (-6.04%)
Mutual labels:  artificial-intelligence
Sciblog support
Support content for my blog
Stars: ✭ 694 (-4.67%)
Mutual labels:  artificial-intelligence
Mobileface
A face recognition solution on mobile device.
Stars: ✭ 669 (-8.1%)
Mutual labels:  artificial-intelligence
Nano Sql
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Stars: ✭ 717 (-1.51%)
Mutual labels:  isomorphic
Universal Webpack
Isomorphic Webpack: both on client and server
Stars: ✭ 690 (-5.22%)
Mutual labels:  isomorphic
Ai Series
📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Stars: ✭ 702 (-3.57%)
Mutual labels:  artificial-intelligence
Ai Job Recommend
国内公司人工智能方向(含机器学习、深度学习、计算机视觉和自然语言处理)岗位的招聘信息(含全职、实习和校招)
Stars: ✭ 679 (-6.73%)
Mutual labels:  artificial-intelligence
Translate
Translate - a PyTorch Language Library
Stars: ✭ 684 (-6.04%)
Mutual labels:  artificial-intelligence
Machine Learning For Software Engineers
A complete daily plan for studying to become a machine learning engineer.
Stars: ✭ 25,562 (+3411.26%)
Mutual labels:  artificial-intelligence
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+863.19%)
Mutual labels:  artificial-intelligence
Serpentai
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
Stars: ✭ 6,104 (+738.46%)
Mutual labels:  artificial-intelligence
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (-8.1%)
Mutual labels:  isomorphic
Mapserver
Source code of the MapServer project. Please submit pull requests to the 'main' branch.
Stars: ✭ 693 (-4.81%)
Mutual labels:  engine
Fairlearn
A Python package to assess and improve fairness of machine learning models.
Stars: ✭ 723 (-0.69%)
Mutual labels:  artificial-intelligence
Easypr
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
Stars: ✭ 6,046 (+730.49%)
Mutual labels:  artificial-intelligence
Projectlearn Project Based Learning
A curated list of project tutorials for project-based learning.
Stars: ✭ 699 (-3.98%)
Mutual labels:  artificial-intelligence

lychee.js Mono Repository

Important Notes to follow through Installation Quirks:

The lycheejs-engine Repository needs to be installed to the path /opt/lycheejs.

Every other lychee.js Project or Library has to be placed inside /opt/lycheejs/projects/*.

The lycheejs-runtime Repository contains all building logic that is required in order to compile, build, transpile and port lychee.js Projects to other platforms and runtimes.

The generated binaries of the lycheejs-runtime Repository are contained in the releases section of this repository, and the lycheejs-runtimes.zip folder reflects the contents of the ./lycheejs-engine/bin/runtime folder.

Installation Steps

  • Download this repository somewhere.
  • Copy the contents of [./lycheejs][./lycheejs] to /opt/lycheejs and make it (recursively) writeable for the current user.
  • Extract the contents of the lycheejs-runtime.zip file from the releases section of this repository to /opt/lycheejs/bin/runtime and make sure that the binaries are in the correct paths.

After you've completed above steps, do the following:

cd /opt/lycheejs;

sudo ./bin/maintenance/do-install.sh; # follow the wizard instructions
bash ./bin/configure.sh;

lycheejs-harvester start development;

# Now visit http://localhost:8080 in Chromium
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].