David Cyphert CS 2310 – Software Engineering

Slides:



Advertisements
Similar presentations
Location based Streaming Topics for our 1 st presentation  Thesis Description  Positioning System  Streaming over positioning  Questions Session.
Advertisements

Design Review Fall Team Overview Team formed Fall Derived from JDS Broader Scope Currently consists of one project.
Many kinds of clients and servers This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts:
Input Validation For Free Text Fields ADD Project Members: Hagar Offer & Ran Mor Academic Advisor: Dr Gera Weiss Technical Advisors: Raffi Lipkin & Nadav.
Complaint Desk Team 8. Introduction A web based system that records grievances. A web based system that records grievances. Users can report their grievances.
The Chinese University of Hong Kong Department of Computer Science and Engineering Lyu0202 Advanced Audio Information Retrieval System.
1 Final Year Project 2003/2004 LYU0302 PVCAIS – Personal Video Conference Archives Indexing System Supervisor: Prof Michael Lyu Presented by: Lewis Ng,
A Customisable Question and Answer Database Kate Lindsay.
Meerkat Overview David Robb CSCI 7818: Topics in Software Engineering Fall 2001.
Words & Definitions By: Naftaly Garcia Birruete. Address Bar  The space provided on a web browser that shows the addresses of websites.
CS 638 Web Programming Lifecycle examples Supplement to segment 4.
Pro Exchange SPAM Filter An Exchange 2000 based spam filtering solution.
NFC Inventory Android App
Free Sound Recorder By FreeAudioVideoSoft. Pricing & Installation Software is absolutely FREE With agreement to terms and conditions Installation Requirements:
Xpantrac connection with IDEAL Sloane Neidig, Samantha Johnson, David Cabrera, Erika Hoffman CS /6/2014.
Santosh Ghimire – 066 BCT 533 Subit Raj Pokharel – 066 BCT 538 Sudip Kafle – 066 BCT
GPS Tracking An overview of the i730 GPS tracking application and web service Eamon Moore CPSC 463 8/4/2004.
Configuration Management and Server Administration Mohan Bang Endeca Server.
Simple Database.
An HDF-EOS DataBlade using Informix’s Object- Relational Database Renu ChaudhryECOlogicwww.ecologic.net.
Software Engineering Project: Research Expert Prabhavathi Kumarasamy Joshua Thompson Paul Varcholik University of Central Florida.
Java CGI Lecture notes by Theodoros Anagnostopoulos.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
A web based software developed in ASP.NET 2.0 and SQL Server 2005 at the back-end is meant for online download form-38 (Import Declaration Form) download.
Using the Bookshare API July Why do it? Developed in 2008, provides 3rd party developers access to Bookshare functionality in any application It.
Department of Computer Science and Engineering, CUHK 1 Final Year Project 2003/2004 LYU0302 PVCAIS – Personal VideoConference Archives Indexing System.
Sale system Expected system: Web-base, Software Application, 2 tiers Application – data, Stand alone database for client, Database engine for Server, Client.
User Log Analyzing Algorithm Simulator 491 May15-11.
ASP.NET 2.0 Caching Techniques + Ajax Overview Rahul Deshmukh CIS 764 – Database Design.
Ames Community Schools (ACS) has been concerned with the performance of their students’ problem solving abilities on a nationally standardized exam. While.
Search Engines.
Case Study Dynamic Website - Three Tier Architecture
AdviseUP Team –Sam Burich –Kapua Chandler –Chris Lewis Advisor Dr. Tammy VanDeGrift Industry Representative Mr. Brian Toole University of Portland Information.
Final project presentation by Alsharidah, Mosaed.
Database Management Systems CS 420. Topics Outline 1. Introduction 2. HTML Review 3. VBScript 4. Access DBMS 5. Relational Database 6. Design Process.
DATABASE CONNECTIVITY TO MYSQL. Introduction =>A real life application needs to manipulate data stored in a Database. =>A database is a collection of.
GRID ENABLED SYSTEM FOR MEDICAL IMAGE GATHERING, ANALYZING, RETRIEVAL AND PROCESSING Gorgi Kakasevski†, Aneta Buckovska*, Suzana Loskovska*, Ivica Dimitrovski*
Search Engine using Web Mining COMS E Web Enhanced Information Mgmt Prof. Gail Kaiser Presented By: Rupal Shah (UNI: rrs2146)
Web Server.
Arizona SharePoint Professionals Group Thomas Baer Senior Consultant, Statêra
Google Map Engine Can export images to Map Engine from Earth Engine
The basics of knowing the difference CLIENT VS. SERVER.
IHacky Jon Lao Hong Nguyen Marcius Bagwan. iHacky Goals: Widen the social level of the developer community by popularizing their ways of software development.
The Collaborative Imaging Grid Paul Javid, Kurtis Heimerl A collaborative research environment enabling Researchers to learn from images when computer.
Resource Directory Superior Court of California County of Kern Attachment D.
Behrooz ChitsazLorrie Apple Johnson Microsoft ResearchU.S. Department of Energy.
Display Page (HTML/CSS)
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
The ECOST Web-based platform for data providers and for data users.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
Samsung Smart-TV application Eli Levi Lital Yemini.
WEB 237 Week 2 DQ 2 Distinguish the following server-related terms: client-side, server-side, development server, production server. Discuss how these.
BRANDING YOURSELF FINAL DRAFT.
Supervisor: Prof Michael Lyu Presented by: Lewis Ng, Philip Chan
Library Reserve System
Prepared by Rao Umar Anwar For Detail information Visit my blog:
Retrieval of audio testimonials via voice search
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
David Cyphert CS 2310 – Software Engineering
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
Project Change Control
Project Team Information
Android Sensor Programming
Creative Commons Attribution-Share Alike License 2.0
MIS2502: Data Analytics MySQL and MySQL Workbench
Restaurant IOS application
Client-Server Model: Requesting a Web Page
Power BI/Excel Dashboards for Managerial Analysis and decision making
Marceline Anderson A r e a s o f E x p e r t i s e
Presentation transcript:

David Cyphert CS 2310 – Software Engineering Milestone #1 David Cyphert CS 2310 – Software Engineering

Retrieval of audio testimonials via voice search Client side processing to get search criteria for audio testimonial. Determine if the retrieved testimonial is “good” or “bad” Server side processing to analyze the audio file and return results matching the criteria. Web based approach. HTML/CSS/JavaScript front-end. ASP.NET (C#) backend with SQL Server database. Client side processing: Web Speech API (Speech Recognition) Come up with an algorithm to determine if an audio testimonial stored on the server is good or bad. Will probably use a predefined set of “good” and “bad” descriptor words to make this determination. Server side processing will be using SpeechRecognitionEngine