0% found this document useful (0 votes)
17 views

Chapter 3

The document describes the system requirements for a cough classification system to detect COVID-19 using deep learning, including hardware requirements of a processor with at least 2GB RAM and 3GB hard disk space, software requirements of Windows 7 or later and Python 3, and descriptions of key software like TensorFlow for machine learning, Python for coding, Visual Studio Code as an IDE, and Flask as a web framework.

Uploaded by

anamsuhail1432
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Chapter 3

The document describes the system requirements for a cough classification system to detect COVID-19 using deep learning, including hardware requirements of a processor with at least 2GB RAM and 3GB hard disk space, software requirements of Windows 7 or later and Python 3, and descriptions of key software like TensorFlow for machine learning, Python for coding, Visual Studio Code as an IDE, and Flask as a web framework.

Uploaded by

anamsuhail1432
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Cough Classification For COVID-19 Using Deep Learning

CHAPTER 3

SYSTEM REQUIREMENTS

3.1 Hardware Requirements

1. Processor – Pentium IV or above

2. RAM – 2 GB or more

3. Hard disk – 3 GB or more

3.2 Software Requirements

1. Operating System: Windows 7 or above

2. Programming Language: Python 3

3. IDE used: Visual Studio Code

4. Tensor Flow

5. Flask

6. Requirements.txt

3.3 Software Description

1.TensorFlow: TensorFlow is an open source is used for machine learning.Tensor-


Flow is an open source and an end to end platform which is used for machine
learning. TensorFlow has as logical, supple biota of tools, libraries and commu-
nal resources that aids researchers thrust state of the art in machine learning and
developers effortlessly construct and set up machine learning powered applica-
tions. TensorFlow can directly be installed through the command prompt.

Dept. of ISE, DSATM 2020-21 Page No:


Cough Classification For COVID-19 Using Deep Learning

2.Python: The minute it comes to machine learning python is used. Python


does not require an interpreter. Python bargains succinct and comprehen-
sible code. Pythons grammar is clean also the code is decipherable. The
straightforwardness of python countenances the developers to code stead-
fast systems. The developers can devote all their vigor on resolving the
glitches of machine learning instead of wasting their time on technical
gradations of innumerable languages.

3.Visual Studio Code: Visual Studio Code, also commonly referred to as VS


Code.Features include support for debugging, syntax highlighting, intelligent
code completion, snippets, code refactoring, and embedded Git. Users can change
the theme, keyboard shortcuts, preferences, and install extensions that add addi-
tional functionality. Visual Studio Code is a source-code editor that can be used
with a variety of languages, including Java,JavaScript, Go, Node.js, Python, C++
and Fortran. It is based on the Electron framework, which is used to develop
Node.js Web applications that run on the Blink layout engine.

4.Flask: Flask is a small and lightweight Python web framework that provides useful
tools and features that make creating web applications in Python easier. It gives devel-
opers flexibility and is a more accessible framework for new developers since you can
build a web application quickly using only a single Python file.

Page No:

You might also like