Fourth and final milestone project

Overview

Milestone Project 4: Pound Dog

site screenshot

Click link to visit "Pound Dog"

Aim of the project

  • The aim of this project is to provide access to a website informing the public of a fictional, independant company whose sole purpose is to rescue, look after, and potentially re-house dogs.

  • The second aim of the project is to encourage the user to register so as to contribute either through monetry donations or to offer their services on a voluntary level.

This site should appeal to and be suited for :

  • Those who have a genuine interest in the welfare of dogs.
  • Those who have the inclination to spare a limited sum of money in supporting charities such as these.
  • Those who feel that they have something to offer in relation to the everyday running of such a facility and have the ability to volunteer on a regular basis.
  • Someone who knows of a circumstance relating to the welfare of an animal and is looking for advice on how to deal with the matter.

User Story

  • As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site.

  • As a first time visitor I would want to be able to navigate easily to the relevant areas of the site that are of interest to me.

  • As a first time visitor I would want to know the benefits of creating an account and why it is being suggested to log in.

  • As a visitor to the site I would expect responsiveness across all devices so the content would look and feel the same regardless of the device used.

  • As a returning visitor to the site I would want to log in to my account to access my personal details and any interactivity I have taken part in.

  • As a returning visitor I would want to access my profile to access, edit and delete any information previously submitted.

  • User Conclusion

    • After visiting the site I would like to feel that I have benefited from a good user experience interacting with the site.
    • I have learnt something regarding the aims of the charity.
    • I have contributed to the whole experience by either donating, offering my time and/or services.
    • I would have gained enthusiasm and motivation to encourage others to visit the site, and become instrumental in the upkeep of the charity.

The 5 planes of UX

  • When planning out this site I thought it important to implement the same 5 planes of UX that I had used when designing my Milestone Project 1 and 2. Doing this makes the process an easier task.

The Strategy

  • In planning out this website I specifically wanted to target users who fell into these brackets:

    • Those who are familiar with charities such as Pound Dog and other animal welfare practices.
    • Those who are familiar with charities such as Pound Dog and wish to become active in their upkeep.
    • Those working within the same industry/environment and is wanting to reach out for support or to offer support.
    • Those who would use the site as a means to accessing information regarding caring for dogs.
    • Those who are looking to adopt a dog and are looking for an avenue to explore.
  • As a developer I would want a site that was easily maintainable and easy to update with new content as the site progressed.

The Scope

  • Based on the strategy above I began to work on the scope of the site taking into consideration the following factors:
    • The user should be able to:
      • Navigate easily around the entire site in a clear and effective manner.
      • Have the navigation areas clearly marked with full text on larger screens and the standard familiar collapsible navigational button on smaller screens.
      • Find the site attractive with text elements easy to read and images to be clear, and interesting in appearance.
      • Feel interested enough to want to register with the site to participate in aspects of the upkeep of the charity.
      • Register with minimal fuss and only have to supply the absolute necessary information to create an account.
      • Once registered, be content that the process was worthwhile.
      • Find aspects of the site appealing enough that they would want to return.
      • Become interested enough that they themselves would want to return to the site to view and review information relevant to themselves.

The Structure

  • I planned on using set elements throughout the project so as to keep the sense of familiarity running regardless of the content on the page. Therefore I incorporated:

    • A fixed Navbar, present on all screens, displaying the relevant options to the user at their point of the journey,

    openingnavbar loggedinnavbar


  • A floating footer bar featuring.....

    pagefooter


  • The opening page will welcome the user to the site, explain the sites purpose and encourage the user to login to access more content. The user should notice the option to log in has been highlighted in the body of welcoming text but failing that the option to log in is also displayed within the Nav bar.

    markedtext markedlogin

  • If the user chooses not to log in then the options are limited to the basic ideals of the site.

  • If the user chooses to log in to the site they will be redirected to a log in page. If the user has never visited the site before then they will be required to register with the site. This is suggested at the bottom of the log in page.

    markedregistration

  • For the registration aspect I will have created a collection in a database within Django where the information regarding the users name, email, and password will be safely stored. The password will be encrypted using the Werkzeug security password hash method.

  • After registering, the user will be directed to a new screen with the new content made available to them. markeduserscreen


  • In the event that the user should encounter an error whilst navigating the site, I have created a simple 404 error page that features all the correct navigational elements of the main page along with an additional 'Home' button to ensure that the user is returned back to a functioning section of the site.

    404errorscreen


From the Skeleton to the Surface

The idea of the bare bones of the project were sketched out in wireframes using Balsamiq. Laid out below is the realization of each main structure into its actual state.

  • Page 1
    # Actual screen grab does not indicate full content of screen

homepagedesktopview actualhomepage

  • Page 2 # Actual screen grab does not indicate full content of screen

historypagedesktopview actualhistorypage

  • The Log In Page is where the visitor has the option to log in or register to access more content within the site. There is a link at the bottom of the page alerting the visitor that if not currently registered then the link will take them to the necessary registration page.

loginpagedesktopview actualloginpage

  • The Registration Page is where the visitor to the site can give minimal details to become a user of the site and have access to extra content within the site.

registrationpagedesktopview actualregistrationpage

  • Once registered / logged in the user will be greeted by a revision of the home page but this time there will be more information regarding the new content available to them.

loggedinpagedesktopview actualregisteredpage

  • The User Profile page is where users can go back to access their personal information. If they so wish, the option to edit or delete information is also presented to them as well.

userprofilepagedesktopview actualprofilepage

  • The final option available to the user is to log out of the site. Upon doing so the user will be returned back to the generic home page with a flash message that they have been logged out and to come back soon.
    # Actual screen grab does not indicate full content of screen

actualloggedoutpage


Django


Early Stages

Wireframes

  • A wireframe summary of the home page on desktop, tablet, and mobile view.

landingpagedesktopview landingpagetabletview landingpagemobileview landingpagetabletsidebarview

  • A wireframe summary of the About Us page on desktop, tablet, and mobile view.

aboutusdesktopview aboutustabletview aboutusmobileview aboutustabletsidebarview

  • A wireframe summary of the Log In page on desktop, tablet, and mobile view.

loginpagedesktopview loginpagetabletview loginpagemobileview loginpagemobilesidenavview

  • A wireframe summary of the Registration page on desktop, tablet, and mobile view.

registrationpagedesktopview registrationpagetabletview registrationpagemobileview registrationpagemobilesidenavview

  • A wireframe summary of the Donation page on desktop, tablet, and mobile view.

donationpagedesktopview donationpagetabletview donationpagemobileview donationpagemobilesidenavview

  • A wireframe summary of the Payment page on desktop, tablet, and mobile view.

paymentpagedesktopview paymentpagetabletview paymentpagemobileview paymentpagemobilesidenavview

  • A wireframe summary of the .... page on desktop, tablet, and mobile view.

fablespagedesktopview fablespagetabletview fablespagemobileview fablespagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

quiztimepagedesktopview quiztimepagetabletview quiztimepagemobileview quiztimepagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

competitionpagedesktopview competitionpagetabletview competitionpagemobileview competitionpagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

usereditpagedesktopview usereditpagetabletview usereditpagemobileview usereditpagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

storydeletepagedesktopview storydeletepagetabletview storydeletepagemobileview storydeletepagemobilesidenavview

  • Various Flash Messages Featured Throughout Site

flashmessages


Colour Schemes

For the colour scheme I decided to keep things as simple as possible so as not to distract from the content.
MAIN COLORS colorscheme

Breakdown Of Use Of Colours

colorscheme
TEXT

colorscheme
BACKGROUND COLOR

colorscheme
TEXT

colorscheme
TEXT

colorscheme
TEXT

colorscheme
ICONS

To ensure good, consistant readability throughout the site I ran a contrast check on my text to background color ratio and was pleased with the results.

contrastcheck1 contrastcheck2


Fonts

For the textual elements I imported in two font family variants from Google Fonts.

Main Font Secondary font


The Website Features

  • As Submitted

  • Features I would include in the future


User Interaction

  • The following aspects can be interacted with:

The Coding Languages and Techniques Used

Using MongoDB in the site.

  • Listed below is the method for initiating and using MongoDB to store site data in a collection within MongoDB.

    • Firstly, navigate to www.MongoDB.com.
    • Click on either 'Try Free' or 'Start Free'

    mongopt1

    • Once selected you will need to fill out your personal details.

    mongopt2

    • Once filled out you will be prompted to verify your email address.

    • Then select 'Build a Database'

    mongopt3

    • Next you need to choose which option is best suited for your purposes to deploy your cloud database. For the purposes of this site I chose the shared option which is free.

    mongopt4

    • Next you want to select your cloud provider and the region applicable to you. In this case I selected AWS and because I live in Ireland, I'd select Ireland.

    mongopt5

    • Next, select a cluster tier. This is similar to buying cloud storage. Price depends on the size of the storage needed. In this instance select M0 which is 'Free Forever'.

    mongopt6

    • Lastly in this section, give the cluster a name, (this can only be done once), and select 'Create Cluster'. This may take 1-3 minutes to complete.

    mongopt7

    • Inside of the main cluster workspace, under Security select 'Database Access'. This will bring you to the next step of adding a database user. Select 'Add New Database User'.

    mongopt8

    • Within the new database user form make sure that the Authentication Method is set to Password, create a username and password. Under the 'Database User Privileges' make sure that 'Read and write to any database' is selected and finally select 'Add User'. Remember to never share or include your username and /or password in any capacity. Doing so will give someone full access and potentially jeopardize the database.

    mongopt9

    • With the new user added, select 'Network Access' from the menu on the left titled 'Security' and then select 'Add IP Address'.

    mongopt10

    • It's here that we can 'whitelist' our IP address, basically letting MongoDB know that our IP address is safe to access the database. Ideally, for extra security the user should select 'Add Current IP Address' and specify certain IP addresses. For the purpose of this demonstration I have selected 'Allow Access From Anywhere'

    mongopt11

    • With that done, head back to Databases under the 'Deployment' heading and select 'Browse Collections'. In the following screen, select 'Add My Own Data'.

    mongopt12

    • Here now, you can name your own database using no spaces and incorporating camelcase for more than one word in the title, and within that, name your first collection.

    mongopt13

    • As you can see here, once the database and collection has been named, you return back to the main screen and you can see the new database and collection ready to use.

    mongopt14

    • From this point on you can insert documents into the collection via the 'Insert Document' within the cluster page or generate documents programmatically. You will notice also that each document comes with a unique ID code which contains a timestamp of when the document was created.

    mongopt15

Method of Deployment

  • My two previous Milestone projects were deployed on GitHub pages due them being more frontend, static sites. This current project is a data-centric, back-end project and therefore I had to use a host that is suited to my needs, ie: Heroku, Elastic Beanstalk, Firebase.

  • To fully test the site on multiple 'real-world' devices I wanted to create a live link to the site relatively early on that could be accessed universally. To do this, I opted to deploy the site using Heroku. To do similar the user should:

  • Firstly, make sure that a requirements.txt file has been created and that it contains the details of the necessary packages/modules used within the program code. If extra packages/modules are introduced throughout the development of the site then it is important to update their existence within the requirements.txt file so that they are utilised by Heroku.

requirementsgrab

  • Secondly a Procfile must be created with the name of the application file (app.py) so Heroku knows which file to access first. This is only a short one line file but ultimately very important!!

procfilegrab

  • Lastly these files must be pushed to GitHub in preparation for deploying the site through Heroku.

  • Once the above steps have been followed the user should follow the next steps:

    • Step 1: Open Heroku.com and sign in.
    • Step 2: Once signed in the user should see a list of apps previously created (if any) in chronological order. In the top right corner click on new and select 'Create new app'.

    herokupt1

    • Here the user will now name the app you wish to create. This must be written in lowercase and replace any spaces with the minus/dash character. As the user writes the name of the app, a guidance note will appear displaying if the name is available or not. Following this the user must select a region between United States and Europe.

    herokupt2

    • The next step brings the user the options for how to deploy their app, basically how to access the code written. For this example we will presume the user has the code in GitHub so select 'Connect to Github' and type the name of the repository you wish to have deployed.

    herokupt3

    • Once Heroku has found the repository it will be displayed below and the user simply has to click select.
    • If the user has stored the environment variables within a hidden env.py file (which is common, safe practise), Heroku won't be able to read those variables. To make the variables accessible to Heroku, click on the 'Settings' tab for your app, and then click on 'Reveal Config Vars', where the user can securely tell Heroku which variables are required and their subsequent values.

    herokupt4

    • Presuming that the user has the Procfile and all other relevant files added and pushed through to GitHub then the user should then select 'Enable Automatic Deployment'. If the user has the main branch for deploying then select 'Deploy Branch'.
    • Once these options have been selected, Heroku will have gained access to the site and start building the app based on the required files. Once completed, Heroku will display the message 'Your app was successfully deployed'. Click 'View' to launch the app.
    • In the settings page, the user can find the url for accessing the site on all devices and browsers.

    herokupt5

    • From this point on, all new code pushed to GitHub will be read and displayed through the app. It is important to deploy early in the apps development so as to making the testing stages a longer, more thorough investigation into the overall working of the code.
    • From this point on you can type in and access your site on any device with an internet browser which is ideal for testing purposes.

For those wishing to develop the site further using a repository clone:

  • You must first ensure that you have a current Github account.
  • Be running the most up to date version of Google Chrome with the Gitpod browser extension installed.
  • Login to Github with your own github account.
  • Navigate to the Project Github Repository page.
  • Click the New button, this will trigger a new workspace.
  • Under Create a new Repository select Import a Repository
  • Now, in the Your Old Repository Clone URL field, type in "git clone https://github.com/JamieWilson2000/.git"
  • Enter in a new relevant repository name and click Begin Import.
  • After a short while you'll recieve a message saying that the new repository is ready with a link to take you to it.
  • Open gitpod.
  • To ensure that all packages/modules are in place type 'pip install -r requirements.txt' in the terminal. As long as the requirements file is up to date, this will install all elements for running the site.

Methods of Testing

  • Throughout the development stage I used a handful of methods to ensure the site looked and acted appropriately.

  • These included:

    • Chrome Dev Tools - for testing stylings, sizing, and responsiveness

    • Mozilla Dev Tools - for testing stylings, sizing, and responsiveness

    • http://ami.responsivedesign.is/ - for general look and feel of the site.

    • https://coolors.co/ - for picking color schemes and testing contrast colors -- See Results

    • Heroku.com - to access the live site across different devices

    • Google Lighthouse - to test perfomance -- See Results


Summary of User Testing

User Story Recap

  • As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site. -- See Test 1

  • As a first time visitor I would want to be able to navigate easily to the relevant areas of the site that are of interest to me. -- See Test 2

  • As a first time visitor I would want to know the benefits of creating an account and why it is being suggested to log in. -- See Test 1

  • As a visitor to the site I would expect responsiveness across all devices so the content would look and feel the same regardless of the device used. -- Checked across all tests

  • As a returning visitor to the site I would want to log in to my account to access my personal details and any interactivity I have taken part in. -- See Test 4

  • As a returning visitor I would want to access my profile to access, edit and delete any stories I have submitted. -- See Test 8

Test 1

Accessing the site.

As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site.

Test Description: This is to test that the visitor will be greeted with the above.

Steps Taken

Image of Test Result

testgrab1 testgrab1tab

The text should reflect the purpose of the site and the benefit to the visitor of registering / logging in.

testgrab1text

Considered Pass/Fail: Pass

Test 2

Identifying the Navigational elements.

As a first time visitor to the site, I want a clean clear navigational system in place.

Test Description: This is to test that the visitor will know how to navigate around the site.

Steps Taken

  • On desktop, the user should notice the options available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the options available.

Image of Test Result
testgrab1 testgrab1tab

Considered Pass/Fail: Pass

Test 3

Accessing the 'History' page.

As a first time visitor to the site, I want to access content available to me at this point.

Test Description: This is to test that the visitor can access the content available to them at this stage..

Steps Taken

  • On desktop, the user should select the history option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the history option available.

Image of Test Result
testgrab3 testgrab3tab

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab3 testgrab3tab

Considered Pass/Fail: Pass

Test 4

Accessing the 'Log In' page.

Test Description: This is to test that after viewing the opening content, the visitor can access the extra content available via registering / logging in.

Steps Taken

  • On desktop, the user should select the 'Log In' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Log In' option available.

Images of Test Results

testgrab5 testgrab5tab

The user should be presented with the log in form.

The user should note that if not previously registered on the site then a navigational link is available to them underneath the log in form.

testgrab6 testgrab6tab

Upon clicking the 'Register Here' link, the user should be taken to the registration page.

testgrab7 testgrab7tab

Upon filling out the requested form, the user should be presented with the extra content as promised in the opening page.

testgrab8 testgrab8tab

Considered Pass/Fail: Pass

Test 5

Accessing the 'Most Loved Fables' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the content and that the videos all play.

Steps Taken

  • On desktop, the user could select the 'Most Loved Fables' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Most Loved Fables' option available.

Image of Test Result
testgrab9 testgrab9tab

To watch each video, the user has to either click the main play button or choose to 'Watch on Youtube'

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab10 testgrab10tab

Considered Pass/Fail: Pass

Test 6

Accessing the 'Quiz Time' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the 'Quiz Time' page and participate in the quiz understanding how the game works.

Steps Taken

  • On desktop, the user could select the 'Quiz Time' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Quiz Time' option available.

Images of Test Results

testgrab11 testgrab11tab

Questions are placed on cards with the user prompted to 'Click to reveal the answer' wherein once selected the answer will become visible. To close the card again, users will notice a close symbol on the right of the card.

testgrab12 testgrab12tab

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab13 testgrab13tab

Considered Pass/Fail: Pass

Test 7

Accessing the 'Competition' page for submitting a story.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the 'Competiton' page

Steps Taken

  • On desktop, the user could select the 'Competition' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Competition' option available.

Images of Test Results

testgrab14 testgrab14tab

After completing the required fields, the user should be redirected to their 'Your Stories' page. Here they will be presented with a collapsible element displaying their submitted story.

Considered Pass/Fail: Pass

Test 8

Accessing the users 'Your Stories' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the exclusive content available to them at this stage..

Steps Taken

  • On desktop, the user could select the 'Your Stories' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button familiar in todays web applications and be able to access the 'Your Stories' option available.

Images of Test Results

testgrab16 testgrab16tab

The user should notice that here, the option to click to read their submitted story. When clicked on should reveal the story in it's entirity.

Before:
testgrab17

After:
testgrab17tab

In the event that the user hasn't submitted a story before accessing this page then he/she should be greeted with the flash message informing them of this and a prompt on where to go to do so.

testgrab17flash

Considered Pass/Fail: Pass

Test 9

Editing the Users Stories.

Test Description: This is to test that the visitor can access and edit their submitted story.

Steps Taken

  • Within the 'Your Stories' page, the option to edit and delete the stories are available to the user.
  • Upon selecting the 'Edit' button, the user is taken to the page for editing their story.
  • The story title field should be pre-populated with the users story title and the story field should be pre-populated with the users story.

Images of Test Results

testgrab18 testgrab18tab

Here the user can make changes to both the title of the story and the main body of the story if he/she so wishes to. Once satisfied with the changes made the user should select the 'Save Changes' button to submit the changes to the database and therefore to the users 'Your Stories' page.

testgrab19

And once 'Save Changes' has been selected the user should see that the changes have been saved.

testgrab19tab

Considered Pass/Fail: Pass

Test 10

Deleting the Users Story.

Test Description: This is to test that the visitor can access and delete their story if they so wish.

Steps Taken

  • Within the 'Your Stories' page, the option to edit and delete the stories are available to the user.
  • Upon selecting the 'Delete' button, the user is presented with a second option. Here the user is given the option to change their mind and keep the story or continue with their choice to delete the story.

Images of Test Results

testgrab20

Once selected this modal appears:

testgrab20sure

If 'No!!!' is selected then the user will be redirected back to the stories page but if the 'Delete' button is selected again then the user is presented with this flash message.

testgrab20deleted

Considered Pass/Fail: Pass

Test 11

Logging Out.

Test Description: This is to test that the visitor can log out of the site.

Steps Taken

  • The user should note that after finishing his/her time on the site then in the top right hand corner the option is there to log out.
  • Upon selecting the 'Log Out' option the user should be greeted with the home page again and a flash message informing the user that he/she has been logged out.
  • Further confirmation that the user has been logged out should be the navigational items in the Nav bar and the mobile side Nav bar returning back to the limited content again.

Images of Test Results

testgrab21 testgrab21tab

Considered Pass/Fail: Pass

Test 12

Accessing Social Icons.

Test Description: This is to test that the social icons redirect the user to the relevant site, opening in a new tab.

Steps Taken

  • Should the user wish to explore one of the social icon options then by clicking on one should redirect them to the relevant page in a new tab.

Images of Test Results

  • Firstly to test the LinkedIn social icon:

testgrab22b testgrab22a

Considered Pass/Fail: Pass

  • Next to test the GitHub social icon:

testgrab23a testgrab23b

Considered Pass/Fail: Pass

  • Lastly to test the Wikipedia social icon:

testgrab24a testgrab24b

Considered Pass/Fail: Pass

  • CONCLUSIONS
    • After extensive testing across various devices, I was satisfied with the overall look and feel of the site.
    • I am satisfied that each of the users needs have been addressed.
    • I am satisfied with the content and the presentation of the content.

Problems and bugs experienced along the way

Code Validations

HTML Validator

Python Validator

I ran my app.py code through the online PEP8 check and was happy with the results.

  • This is the result for the PEP8 Online check: pythonpep8check

CSS Validator

I ran my CSS file through the W3C CSS Validator and was pleased with the results.
Results shown below:
cssvalidation

Javascript Validator

I ran my limited script file through the JSHint Validator and was pleased with the result. Results shown below:
scriptvalidation

Lighthouse Testing

I ran the site through Google Lighthouse to check general performance and accessibilities and was reasonably content with the results on both desktop and mobile.
Results shown below:

lighthousetestdesktop lighthousetestmobile

Credits

Imagery used in the site

Video used in the site

Throughout the creation of this project I have referred to the following for assistance and guidance:

Acknowledgement

You might also like...
It's final year project of Diploma Engineering. This project is based on Computer Vision.

Face-Recognition-Based-Attendance-System It's final year project of Diploma Engineering. This project is based on Computer Vision. Brief idea about ou

My first Minecraft CPU. Created in collaboration with Peer Carnes as a final project in CS 281: Architecture and Assembly at the University of Puget Sound
My first Minecraft CPU. Created in collaboration with Peer Carnes as a final project in CS 281: Architecture and Assembly at the University of Puget Sound

Minecraft CPU This is my first ever Minecraft CPU, created in collaboration with Peer Carnes. We created a custom assembly language, including an asse

Rottentomatoes, Goodreads and IMDB sites crawler. Semantic Web final project.

Crawler Rottentomatoes, Goodreads and IMDB sites crawler. Crawler written by beautifulsoup, selenium and lxml to gather books and films information an

Computer Vision Script to recognize first person motion, developed as final project for the course
Computer Vision Script to recognize first person motion, developed as final project for the course "Machine Learning and Deep Learning"

Overview of The Code BaseColab/MLDL_FPAR.pdf: it contains the full explanation of our work Base Colab: it contains the base colab used to perform all

AERO 421: Spacecraft Attitude, Dynamics, and Control Final Project.
AERO 421: Spacecraft Attitude, Dynamics, and Control Final Project.

AERO - 421 Final Project Redevelopment Spacecraft Attitude, Dynamics, and Control: Simulation to determine and control a satellite's attitude in LEO.

Final project code: Implementing MAE with downscaled encoders and datasets, for ESE546 FA21 at University of Pennsylvania

546 Final Project: Masked Autoencoder Haoran Tang, Qirui Wu 1. Training To train the network, please run mae_pretraining.py. Please modify folder path

Final project for machine learning (CSC 590). Detection of hepatitis C and progression through blood samples.

Hepatitis C Blood Based Detection Final project for machine learning (CSC 590). Dataset from Kaggle. Using data from previous hepatitis C blood panels

Path tracing obj - (taichi course final project) a path tracing renderer that can import and render obj files
Path tracing obj - (taichi course final project) a path tracing renderer that can import and render obj files

Path tracing obj - (taichi course final project) a path tracing renderer that can import and render obj files

Final Project for Practical Python Programming and Algorithms for Data Analysis
Final Project for Practical Python Programming and Algorithms for Data Analysis

Final Project for Practical Python Programming and Algorithms for Data Analysis (PHW2781L, Summer 2020) Redlining, Race-Exclusive Deed Restriction Lan

Final Project Bootcamp Zero

The Quest (Pygame) Descripción Este es el repositorio de código The-Quest para el proyecto final Bootcamp Zero de KeepCoding. El juego consiste en la

Deep Learning for Computer Vision final project

Deep Learning for Computer Vision final project

4Geeks Academy Full-Stack Developer program final project.

Final Project Chavi, Clara y Pablo 4Geeks Academy Full-Stack Developer program final project. Authors Javier Manteca - Coding - chavisam Clara Rojano

Final project for Intro to CS class.

Financial Analysis Web App https://share.streamlit.io/mayurk1/fin-web-app-final-project/webApp.py 1. Project Description This project is a technical a

Final term project for Bayesian Machine Learning Lecture (XAI-623)
Final term project for Bayesian Machine Learning Lecture (XAI-623)

Mixquality_AL Final Term Project For Bayesian Machine Learning Lecture (XAI-623) Youtube Link The presentation is given in YoutubeLink Problem Formula

Final-project-robokeeper created by GitHub Classroom
Final-project-robokeeper created by GitHub Classroom

RoboKeeper! Jonny Bosnich, Joshua Cho, Lio Liang, Marco Morales, Cody Nichoson Demonstration Videos Grabbing the paddle: https://youtu.be/N0HPvFNHrTw

A simple flashcard app built as a final project for a databases class.

CS2300 Final Project - Flashcard app 'FlashStudy' Tech stack Backend Python (Language) Django (Web framework) SQLite (Database) Frontend HTML/CSS/Java

NAVER BoostCamp Final Project

CV 14조 final project Super Resolution and Deblur module Inference code & Pretrained weight Repo SwinIR Deblur 실행 방법 streamlit run WebServer/Server_SRD

Final project in KAIST AI class

mmodal_mixer MLP-Mixer based Multi-modal image-text retrieval Image: Original image is cropped with 16 x 16 patch size without overlap. Then, it is re

Final project code: Implementing BicycleGAN, for CIS680 FA21 at University of Pennsylvania

680 Final Project: BicycleGAN Haoran Tang Instructions 1. Training To train the network, please run train.py. Change hyper-parameters and folder paths

Owner
Jamie Wilson
Jamie Wilson
Common financial risk and performance metrics. Used by zipline and pyfolio.

empyrical Common financial risk metrics. Table of Contents Installation Usage Support Contributing Testing Installation pip install empyrical Usage S

Quantopian, Inc. 1k Dec 26, 2022
Technical Analysis Library using Pandas and Numpy

Technical Analysis Library in Python It is a Technical Analysis library useful to do feature engineering from financial time series datasets (Open, Cl

Darío López Padial 3.4k Jan 2, 2023
Portfolio and risk analytics in Python

pyfolio pyfolio is a Python library for performance and risk analysis of financial portfolios developed by Quantopian Inc. It works well with the Zipl

Quantopian, Inc. 4.8k Jan 8, 2023
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.

TensorTrade: Trade Efficiently with Reinforcement Learning TensorTrade is still in Beta, meaning it should be used very cautiously if used in producti

null 4k Dec 30, 2022
Find big moving stocks before they move using machine learning and anomaly detection

Surpriver - Find High Moving Stocks before they Move Find high moving stocks before they move using anomaly detection and machine learning. Surpriver

Tradytics 1.5k Dec 31, 2022
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy.

rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy. The mission of rotki is to bring transparency into the crypto and financial sectors through the use of open source.

Rotki 2k Dec 30, 2022
personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

wenbin wu 23 Oct 30, 2022
MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python

Digital Image Processing Python MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python TO-DO: Refactor scripts, curren

Merve Noyan 24 Oct 16, 2022
Covid-19-Trends - A project that me and my friends created as the CSC110 Final Project at UofT

Covid-19-Trends Introduction The COVID-19 pandemic has caused severe financial s

null 1 Jan 7, 2022