Skip to content

An AI model predicting runtime implemented by RUST :)

Notifications You must be signed in to change notification settings

zealchen/morpheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpheus

Morpheus is an artificial intelligence predicting runtime written in rust with actix-web.

  • key feature one: ...
  • key feature two: ...

Getting started

Step 1: Implement a model in python

#!/usr/bin/env python


class Model:
    def __init__(self):
        pass

    def predict(self, **kwargs):
        return json.dumps({
            "hello": "world"
        })

Step 2: Run

cargo run

Step 3: Visit the local server

curl 0:8000/app/instance/predict

Support

If you get stuck or simply want to talk to us about something, here are your options:

  • ...

About

An AI model predicting runtime implemented by RUST :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published