208 skills found · Page 5 of 7
melodimag7700 / Churn Cust PredictThe main goal of this project is to predict the probability of customer churn using the provided bank database, by applying machine learning models and comparing their performances.
imranhayat29 / Wall Models For LESThis repository contains MATLAB implementations of the following wall models (WM) for incompressible LES solvers: 1) ODE equilibrium WM (traditional finite volume implementation), 2) ODE equilibrium WM (new spectral implementation), 3) Integral WM. For ODE equilibrium WM, the spectral implementation should be a preferred choice. Compared to the finite-volume implementation, it reduces the wall-modeling cost significantly along with dramatic improvement in parallel efficiency when run on multiple cores. Channel flow DNS data from Johns Hopkins Turbulence Database (JHTDB) and UT-Austin database are included for offline a priori validation of these wall models. For details, please check the following ArXiv link to the paper describing these wall models: https://arxiv.org/abs/2111.02542
shardwiz / Java Kotlin Chat🗨️A simple one-to-one chat application built with Java, Kotlin, and Firebase Realtime Database, implemented in MVC, MVP, and MVVM architectural patterns. This project showcases how the same core functionality can be developed using different Android design approaches, helping developers understand and compare real-world implementation patterns.
dtonhofer / RpmsnapCreate a (human-readable) snapshot of the RPM database, and compare two snapshots
meinsiedler / NoSQLExplorerA tool for comparing NoSQL databases, in particular Crate.io and MongoDB.
dtonhofer / Ieee Oui DownloaderDownload IEEE MAC address database and compare with NMAP's MAC address database
nguyenngoclongdev / Vs Data SyncAutomated tool for comparing database schemas and data. It can compare two databases, whether they are local or remote, and automatically produce a migration file of the differences.
FalkorDB / BenchmarkA benchmarking tool to evaluate and compare the performance of graph databases with customizable workloads and metrics.
Churanta / Plagiarism Checker And AI Text DetectionA Flask web app to detect plagiarism and identify AI-generated text. Compare content against a database, assess similarity percentage, and determine if the text is AI-generated. Enhance content originality and authenticity.
hw2-archive / Database Compareit's a php software to easy and fast compare 2 databases, showing data and schema differences.. it's a high improved software derivated by 2 projects: phpmydiff and mysqldiff. it uses faster algorithm and you can save the file dump with updates . ( ALPHA TEST ) don't use on working databases if you don't really know what you are doing, create a backup before!
holnburger / Emoji FB AnalysisDo an emoji analysis (compare emoji usage and top emojis) on Facebook comments. Comments must be stored in an SQL-Database.
jadolyo / Facebook Profile Picture ScraperFacebook Profiles Pictures Scraper It's a very simple tool till now all it does scrap pictures from Facebook profiles and generate a hash value for the image, It's Hexadecimal values, Then stores the hashed values inside MySQL database, Compare uploaded picture with hashed pictures in the DB and shows similar pictures if found.
jaakkopee / GematreeacGemaTreeAC 2=0 is a gematria and numerology -based word classification algorithm and database. It is meant for searching meanings of words by mapping letters into numbers and comparing the values of words. Also numerological reduction is used to form a nine-rooted treestructure that has routes of numbers from leave to root.
SuruchiParashar / Vehicle Number Plate DetectionThe objective is to design an efficient automatic authorized vehicle identification system by using the vehicle number plate. The system is implemented on the entrance for security control of a highly restricted area like military zones or area around top government offices e.g. Parliament, Supreme Court etc. The developed system first detects the vehicle and then captures the vehicle image. Vehicle number plate region is extracted using the image segmentation in an image. Optical character recognition technique is used for the character recognition. The resulting data is then used to compare with the records on a database so as to come up with the specific information like the vehicle’s owner, place of registration, address, etc. The system is implemented and simulated in MATLAB, and it performance is tested on real image. It is observed from the experiment that the developed system successfully detects and recognize the vehicle number plate on real images.
CleverComponents / Database Comparer ExamplesThese example projects are intended to demonstrate the functionality of the Database Comparer VCL components.
hyberbin / CompareDBCompare database structs!数据库结构比较及数据同步
jeremytammik / TrackChangesCloudA C# .NET Revit add-in to track Revit BIM database modification history by creating, comparing and archiving element property snapshots in the cloud.
cfis / PgdiffCompares two PostgreSQL databases and generates SQL statements to make their structure the same
dellelce / ClinvarpyCompare (23andMe, AncestryDNA, MyHeritage, LivingDNA) DNA kit with Clinvar database
krissalvador27 / StocksA small webapp written in Node.js that parses user uploaded csv stock data to create a database of historical financial information. Users can rank stocks and portfolios by annualized rate of return, find individuals total return and compare stock quotes.