logo

Graphics Processing Unit System Documentation

   

Added on  2023-06-14

4 Pages771 Words154 Views
 | 
 | 
 | 
Running head: Graphics Processing Unit system documentation 1
Graphics Processing Unit system documentation
Student Name
University of affiliation
Graphics Processing Unit System Documentation_1

Running head: Graphics Processing Unit system documentation 2
Project Implementation.
This is the most crucial stage in the thesis of any project that is done.
Despite of this system being a simple graphical processing unit, it involved
working and operating different programs and features. After coming up with the
generalized format for the application, the required programs, frameworks, tools,
libraries were correctly installed. The next thing was to carry out the process one
after the other to realized the required goals. The was also frequent testing and
modification of processes to produce the needed version of the system.
1.1 Setting up and installation of the needed software and programs.
The system was developed using Flask framework. Flask is a python framework that
contains two dependencies. One is the interface that is used for routing, web server gateway
interface and routing . This is supported by a library called Werkzeug while the other
dependency is the template support which is provided by a library called Jinja2.
$ pip install Flask
$ pip install Flask-PyMongo
$ pip install Flask_wtf
$ pip install flask_login
$ pip install fabric
$ pip install jinja2
The other software used was MongoDB. MongoDB is an open source NoSQL database
which stores documents that resembles JSON. In this system Flask-PyMongo was used so as
to bridge PyMongo and Flask. With this, it was so easy to configure Flask to mongoDB.
$ sudo apt-get install Mongodb-server
1.2. Working on the system
Part 1 (Using python)
The next step was to add PyMongo to the code using the following lines of codes.
from flask import Flask
from flask_pymongo import PyMongo
Graphics Processing Unit System Documentation_2

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Graphics Processing Unit documentation
|3
|610
|376

C# and ASP.NET: A Powerhouse Combination
|12
|2581
|488

Testing Process for Driving Test Knowledge Application
|19
|2934
|311