All Projects → dnnsoftware → Dnn.platform.samples.mvc

dnnsoftware / Dnn.platform.samples.mvc

Licence: mit
DNN Sample MVC and SPA (Single Page Application) Modules

Labels

Projects that are alternatives of or similar to Dnn.platform.samples.mvc

speech-to-text
mixlingual speech recognition system; hybrid (GMM+NNet) model; Kaldi + Keras
Stars: ✭ 61 (+134.62%)
Mutual labels:  dnn
Facsvatar
An Open Source Modular Framework From Face to FACS Based Avatar Animation (Unity3D / Blender)
Stars: ✭ 260 (+900%)
Mutual labels:  dnn
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+17250%)
Mutual labels:  dnn
SERank
An efficient and effective learning to rank algorithm by mining information across ranking candidates. This repository contains the tensorflow implementation of SERank model. The code is developed based on TF-Ranking.
Stars: ✭ 42 (+61.54%)
Mutual labels:  dnn
Credit-Card-Fraud
No description or website provided.
Stars: ✭ 17 (-34.62%)
Mutual labels:  dnn
Caffe Mobile
Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Stars: ✭ 316 (+1115.38%)
Mutual labels:  dnn
videoMultiGAN
End to End learning for Video Generation from Text
Stars: ✭ 53 (+103.85%)
Mutual labels:  dnn
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+26423.08%)
Mutual labels:  dnn
Chaidnn
HLS based Deep Neural Network Accelerator Library for Xilinx Ultrascale+ MPSoCs
Stars: ✭ 258 (+892.31%)
Mutual labels:  dnn
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+1342.31%)
Mutual labels:  dnn
rindow-neuralnetworks
Neural networks library for machine learning on PHP
Stars: ✭ 37 (+42.31%)
Mutual labels:  dnn
voice-conversion
an tutorial implement of voice conversion using pytorch
Stars: ✭ 26 (+0%)
Mutual labels:  dnn
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+1180.77%)
Mutual labels:  dnn
dnn
A light-weight deep learning framework implemented in C++.
Stars: ✭ 12 (-53.85%)
Mutual labels:  dnn
Gaussian yolov3
Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)
Stars: ✭ 622 (+2292.31%)
Mutual labels:  dnn
ShiftCNN
A script to convert floating-point CNN models into generalized low-precision ShiftCNN representation
Stars: ✭ 54 (+107.69%)
Mutual labels:  dnn
Caffe Hrt
Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original Caffe architecture which users deploy their applications seamlessly.
Stars: ✭ 271 (+942.31%)
Mutual labels:  dnn
Dnn.platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
Stars: ✭ 798 (+2969.23%)
Mutual labels:  dnn
Vad
Voice activity detection (VAD) toolkit including DNN, bDNN, LSTM and ACAM based VAD. We also provide our directly recorded dataset.
Stars: ✭ 622 (+2292.31%)
Mutual labels:  dnn
Numpy neural network
仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...
Stars: ✭ 339 (+1203.85%)
Mutual labels:  dnn

Sample projects to create MVC and SPA modules using DNN Platform 8.0

Solution Structure

Dnn.ContactList.Api - The data repository for the Contact object

Dnn.ContactList.Mvc - A sample module showcasing MVC support

Dnn.ContactList.Spa - A sample module showcasing SPA support

Dnn.ContactList.Tests - Unit test project for the APIs defined in Dnn.ContactList.Api

Public Nuget Server

The solution depends on following DNN Platform 8.0 nuget packages

DotNetNuke.Core

DotNetNuke.Web

DotNetNuke.Web.Mvc

The nuget packages can be downloaded from our public Nuget server (no credentials needed)

https://build.dnnsoftware.com/guestAuth/app/nuget/v1/FeedService.svc/

Install Package Location

Once compiled in RELEASE mode, the installable packages can be obtained from [SOURCE_FOLDER]\Website\Install\Module folder

Following packages are created:

  1. DNN_ContactList_Mvc_01.00.01_Install.zip

  2. DNN_ContactList_SPA_01.00.00_Install.zip

Download Intall Packages without Compiling

You may download both the MVC and SPA install-packages without compiling from:

The zip file can be downloaded by clicking the link to zip files individually and then clicking the Raw button to download

https://github.com/dnnsoftware/Dnn.Platform.Samples.Mvc/tree/master/Website/Install/Module

Download latest version of DNN Platform

You may download the latest version of DNN Platform by either

  1. Going directly to the DNN's Team City build server. Login as Guest and go into Packaging step. Download the DNN_Platform_XXXX_Install.zip file from Artifact area.

https://build.dnnsoftware.com

  1. Get from nightly build

http://www.dnnsoftware.com/platform/build/nightly-builds

DNN's build server (1 above) will get you the latest version of the installation package of DNN Platform.

Fork

The original code is forked from https://github.com/cnurse/DnnConnect.Demo

Screenshots

List View List View

Add View Add View

![SPA quick settings](readme_images/SPA-Quick Settings.PNG) SPA Quick Settings

MVC Module Settings MVC Module Settings

PartialView Result and JsonResult Demos PartialView Result and JsonResult Demos

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].