Git Product home page Git Product logo

ns1010 / tensormap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scorelab/tensormap

0.0 1.0 0.0 1.52 MB

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.

License: Apache License 2.0

HTML 1.16% JavaScript 40.67% CSS 3.65% Python 29.45% TypeScript 21.61% TSQL 3.46%

tensormap's Introduction

Build Status Join the chat at https://gitter.im/scorelab/TensorMap HitCount

TensorMap

TensorMap is a web application that will allow the users to create machine learning algorithms visually. TensorMap supports reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library. For more details about the project, read our project wiki.

Getting Started

Follow these steps to set up TensorMap on your local machine.

First clone this repo by running

git clone https://github.com/scorelab/TensorMap.git

Setting up Frontend

Prerequisites

  • Node.js
  • Yarn
  • Npm
cd TensorMap
yarn install
npm start

Setting up Backend

First make sure you have MySQL server and Python 3.x installed in your system.

Then, go into 'tensormap-server' folder

cd TensorMap
cd tensormap-server

Then, install all the required packages by running

pip install -r requirements.txt

Next, login to MySQL and create a database named 'tensormap'

mysql -u <user> -p
CREATE DATABASE tensormap;

Then in the 'init' file that is inside the 'app' folder, replace the database connection string with your username and password

app.config['SQLALCHEMY_DATABASE_URI'] = "mysql://<user>:<password>@localhost/tensormap"

Next, restore the sql dump

mysql -u {user} -p -Dtensormap < {path-to-dump-file}/dump.sql

To start the server run

python run.py

Built With

Contributing

Please read 'Note to Contributors' in project wiki for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

tensormap's People

Contributors

orionpax00 avatar suleka96 avatar bruce-wayne99 avatar ivantha avatar sumedhe avatar charithccmc avatar djain454 avatar dhaarna29 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.