Vector space based Information Retrieval System for Text Processing – Information retrieval
Sequence of operations Install Requirements Add given wikipedia files to the corpus directory. Download glove.6B.100d.txt dataset (Ignore if already present) and place it in the project root directory. Run construct_index.py Run construct_index.py –zoned_index True Run trim_embeddings.py Run test_queries.py Run test_queries.py –score_title True Run test_queries.py –expand_query True Installing Requirements: pip install -r requirements.txt corpus Contains the files to be indexed. Add files directly to this directory. Do not create subdirectories.For this assignment, we have used the following files present in the […]
Read moreHammerV2 is some DDoS tool that has been remaked by iFanpS & NumeX
HammerV2 is some DDoS tool that has been remaked by iFanpS & NumeX Me & NumeX remake this DDoS tool because the old version has been malfunction or cannot be use. Me implement some code in here like new argument and on attack line. Added logs when the host u attack is down. elif requests.head(f”http://{host}”).status_code != 200: with open(“Down.txt”,”a”) as dw: dw.write(f”{host}:{port} has been downed by this tool on Day : {times[0]}, Month : {times[1]}:{times[2]}, Time : {times[3]}, Year : […]
Read moreTwitter sentiment analysis for india’s top online retailers(2019 to 2022)
Twitter sentiment analysis for india’s top online retailers(2019 to 2022) Project Overview : Sentiment Analysis helps us to identifies and extracts subjective information from the user experience. In this project we are Collecting India’s biggest Online retailers tweets from twitter and analysing the positive and negative tweets. This model help to find out the positive and negative tweets and business developments. This model has the roc-auc-score of 97%. GitHub View Github
Read morePredictive maintenance study for Complex case study
This project was part of my Master’s degree Thesis at Sharif university of Technology A risk assessment study and repair time proposal has been performed for a very sensitive and complex process unit. I put parts of the project here. Predictive maintenance study for Complex case study. we’ve obtained failure causes was basically an operation fault and more basically plant conceptual design Error. Obviously, the use of code and content needs to cite the source. For more you can check […]
Read moreRealtime YOLO Monster Detection With Non Maximum Supression
Table of Contents Introduction Requirements Some of the Corretly Classified Samples Some of the Misclassified Samples Final Remarks 1. Introduction This repository contains detection of 6 monsters, “Zombie”,”Armored”,”Immolator”,”Crowl”,”Hive”,”Hellhound” on a Crytek game called Hunt Showdown. The reason I work on this game is that, I really enjoy playing this game (Even if i don’t really have chance to play so often), also I admire developers and designers of this game. This game has a philosophy, not realy that straight forward […]
Read moreU-2-Net: U Square Net – Modified for paired image training of style transfer
This is an unofficial repo making use of the code which was made available by the original author team of U2-Net (U square net) published in Pattern Recognition 2020: @InProceedings{Qin_2020_PR, title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection}, author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin}, journal = {Pattern Recognition}, volume = {106}, pages = {107404}, year = {2020} }
Read moreSimple tool to combine multiple addons into one
Simple tool to combine multiple addons into one. Not finished! Any contributing is welcome. Move all .mcpack files into the folder that the script is in. CHange the .RPmanifest.json and the .BPmanifest.json to be what you want. This is not finished, sadly, so it will not work. GitHub View Github
Read moreExplorations in neuro-symbolic differentiable interpreters
Relaxed Machines Explorations in neuro-symbolic differentiable interpreters. Baby steps: inc_stop Libraries JAX Haiku Optax Resources Chapter 3 (∂4: A Differentiable Forth Interpreter) of Matko Bošnjak’s Ph.D thesis, On Differentiable Interpreters, UCL, 2021. GitHub View Github
Read morePanorama composition using SIFT Features and a custom implementaion of RANSAC algorithm
About The Project Panorama composition using SIFT Features and a custom implementaion of RANSAC algorithm (Random Sample Consensus). Author: Prerequisites Below are shown the necessary python libraries to run the project. OpenCV pip install opencv-python Matplotlib NumPy Results Feature Extraction Feature Matching Outliers Removal Image Stitching GitHub View
Read more