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

B9 ExecManual

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

B9 ExecManual

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

IMPLEMENTATION MANUAL

Batch-B9
M. N. L. Soumya (18JG1A0566)
N. Virija Soujanya (18JG1A0570)
I. Varalakshmi (19JG5A0503)
N. Srilakshmi (18JG1A0565)

I. Software Installations
a. Anaconda Installation
Anaconda is free (although the download is large which can take
time) and can be installed on school or work on computers where you
don't have administrator access or the ability to install new programs.
Anaconda comes bundled with about 600 packages pre-installed
including NumPy, Matplotlib and SymPy.
Follow the steps below to install the Anaconda distribution of Python on
Windows.

Steps:

1. Visit Anaconda.com/downloads
2. Select Windows
3. Download the .exe installer
4. Open and run the .exe installer
5. Open the Anaconda Prompt and run some Python code

1. Visit the Anaconda downloads page

Go to the following link: Anaconda.com/downloads

The Anaconda Downloads Page will look something like this:


2. Select Windows

Select Windows where the three operating systems are listed.

3. Download

Download the most recent Python 3 release. The latest version of the Python at
the time of installation is Python 3.9. If you are unsure if your computer is
running a 64-bit or 32-bit version of Windows, select 64-bit as 64-bit Windows
is most common.
The download is quite large (over 500 MB) so it may take a while to for
Anaconda to download.

4. Open and run the installer

Once the download completes, open and run the .exe installer

At the beginning of the install, you need to click Next to confirm the
installation.

Then agree to the license.


5. Open the Anaconda Prompt from the Windows start menu

After the installation of Anaconda is complete, you can go to the Windows start
menu and select the Anaconda Prompt.
b. Installing Jupyter on Windows Using the Anaconda Prompt
To install Jupyter on Windows, open the Anaconda Prompt and type:

> conda install jupyter

Type y for yes when prompted. Once Jupyter is installed, type the command
below into the Anaconda Prompt to open the Jupyter notebook file browser
and start using Jupyter notebooks.

> jupyter notebook

c. Streamlit IO Installation
Streamlit’s officially supported environment manager on Windows is
Anaconda Navigator.
Next you’ll need to setup your environment.
1. Follow the steps provide by Anaconda to set up and manage your
environment using the Anaconda Navigator.
2. Select the "▶" icon next to your environment. Then select “Open terminal”.

3. In the terminal that appears, type:


pip install streamlit

II. Execution Sequence


1. Run all the cells one after the other in the “main project.ipynb” file till the
end and obtain the results of the accuracy values.
2. Now run the front-end related python file “front-end.py” which consists
of the code for streamlit.

Copy the local URL obtained and enter it in any of the browser to open
the web page for the developed deep learning model

3. You are requested to enter the images in jpeg or png format to get your
end results.

You might also like