Skip to content

An AI Model Builder Demo that uses TensorFlow. Built with Svelte

Notifications You must be signed in to change notification settings

makeai-org/builder-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Builder Demo

A drag-and-drop block-based AI model builder demo that uses TensorFlow for the training.

Frontend

  • Svelte/SvelteKit
  • Tailwind CSS
  • daisyUI
  • svelte-dnd-action

To install required dependencies:

cd frontend
npm install

To test it out:

npm run dev

Backend

  • Python
  • FastAPI
  • TensorFlow

To install required dependencies:

pip install fastapi "uvicorn[standard]" gunicorn tensorflow

To test it out:

uvicorn main:app --reload

About

Created September 2, 2023

About

An AI Model Builder Demo that uses TensorFlow. Built with Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published