Project management website for CMSC495 built using the Django stack

A minimal project management website for CMSC495 built using the Django stack. Team Lead: @MeyerWilliam Front End: @mosiris Back End: @Justin444 Browser and access Access the website through a modern web browser like Google Chrome or Mozilla Firefox by entering the website url. Account Creation The user will be directed to a login page with a button to create a new account. New users will need to create an account to access website functions.Password complexity is a must on account […]

Read more

Novel role playing game da turfu

Ce README sera la page de garde du projet. Contenu Il contiendra la présentation et le sommaire, les noms, les rôlesIl documentera aussi comment lancer le jeu, l’installer ainsi que quelquesinformations de fonctionnement général montrant le plan du projet et comment lemodifier. Autres Le planning (qui sera rempli au fur et à mesure), le journal des difficultés,des outils utilisés, et de la vision du projet en détail, et le journal (ainsique les fichiers) de test sont dans le dossier portofolio.On […]

Read more

Create HEC tokens in Cribl Stream through the API

This script is intended as an example of how to authenticate in Cribl Stream, and make a simple POST request to add a new HEC token. Usage: py_hec_token_mgr.py [-h] -l http://leader:port [-u USERNAME] -t TOKEN -a {add,modify} [-d DESC] -g GROUP -i INPUT [-p PASSWORD] the following arguments are required: -l/–leader, -t/–token, -a/–action, -g/–group, -i/–input if no password is supplied, you’ll be prompted currently the modify action does nothing Requirements: Tested with python 3 Requires the requests module 2022-02-15 – […]

Read more

A product based recommendation system which uses Machine learning algorithm such as KNN and cosine similarity

A product based recommendation system which uses Machine learning algorithm such as KNN and cosine similarity and also uses MongoDB as a database which stores the user data for a semi-collaborative filtering. Accuracy : Calculated accuracy using nDCG. Some randomly selected product efficiency: Batman killer croc takedown figures: nDCG=0.917 Star Wars Movie Heroes Yoda: nDCG=0.942 Harry Potter Hogwarts Bookmarks: nDCG=0.9406 Technology Used in this project: Pandas Numpy Sklearn MongoDB as Databases Streamlit for UI Demo: Home UI: Database structure: Result […]

Read more

Az Residential Real Estate Analysis

-Decided on libraries to import. Includes pandas, json, requests, plotly express, hvplot, geopandas, numpy and url. -Read in a nested json and cvs files of residential properties for sale in PHX and surrounding areas, and sorted through the atrributes to get our dataframes in a clean format. -Using urlopen, we read other json files into a sperate dataframe to plot and compare with our other data. -Analyzed and plotted the data using plotly, hvplot, and geopandas. -Plots included a map […]

Read more

PIRDS – Prescription Image Recognition and Digitalizing System is a OCR make with Tensorflow

PIRDS – Prescription Image Recognition and Digitalizing System is a OCR make with Tensorflow that digitalises images of Prescription of Handwritten Texts by Doctors. Abstract PIRDS does the Digital transformation of hand-written prescription text using advance image processing techniques and deep learning methods. Image processing techniques helps to create images which are less noisy, and easily understandable for neural networks. Once image with required configuration are obtained, they are fed to neural network model for training. The neural network model […]

Read more

Udacity api reporting pipeline

In this exercise, you’ll use portions of each of the skills you’ve learned in this lesson. First, you’ll configure a new API. This API will have a new app configuration file that you can call appfinal.py. Second, you’ll write a new endpoint for the API. This new endpoint will read a pickle file for a deployed model, and it will also read a dataset. It will use the deployed pickle file to make predictions for the dataset, and it will […]

Read more

SQL Injection Vulnerability on PhpIPAM v1.4.4

PhpIPAM v1.4.4 allows an authenticated admin user to inject SQL sentences in the “subnet” parameter while searching a subnet via app/admin/routing/edit-bgp-mapping-search.php. Build git clone https://github.com/dnr6419/CVE-2022-23046.git cd CVE-2022-23046 && docker-compose up -d pip3(or pip) install -r requirements.txt python3(or python) CVE-2022-23046.py -h Setup2-1. Go to the http://[YOUR_IP] and Choose [New phpipam installation]. 2-2. Choose [Automatic database installation]. 2-3. MySQL username & Password is “root”/”my_secret_mysql_root_pass”. 2-4. Setting the Password and Login to check the installation is complete.

Read more
1 259 260 261 262 263 978