Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Create Vector Vector Vector Vector Product Vector
GitHub Repo https://github.com/amarjit420/ScyllaVectorSearch_Catalog

amarjit420/ScyllaVectorSearch_Catalog

Using ScyllaDB Vector capabilities to create a Streamlit app that allows product searching
GitHub Repo https://github.com/Uzganbayeva/Vector

Uzganbayeva/Vector

It's my first project which i create with my friend who write front. This site contains a catalog of GMT and Cumark products
GitHub Repo https://github.com/ankitbatra22/VectorAssist

ankitbatra22/VectorAssist

This project uses computer vision to take an input picture of two hand written vectors, and accurately classify each of the numbers to calculate the dot and cross product of the vectors. I trained the model using the MNIST dataset, and openCV to create contours, the bounding boxes and apply a Gaussian filter.
GitHub Repo https://github.com/HassanNayab/vector-byte

HassanNayab/vector-byte

VectorByte is a web platform designed for effortless logo placement on product packaging, tailored to meet packaging-specific design needs. Users can upload or create logos, apply them on templates, and preview branding instantly. Features include drag-and-drop editing, wax effects, auto-save, brand kit exports, and AI-powered design suggestions.
GitHub Repo https://github.com/ShankyTiwari/Support-Vector-Machine-algorithm-in-python

ShankyTiwari/Support-Vector-Machine-algorithm-in-python

Creating a Model to predict if a user is going to buy the product or not based on a set of data
GitHub Repo https://github.com/juancarl0s/VectorCalculator

juancarl0s/VectorCalculator

Android Cross and Dot product vector calculator I created as my last undergraduate project.
GitHub Repo https://github.com/jakerumbles/Vector

jakerumbles/Vector

A program that creates two vector objects from user entered x, y, z values and then calculates the dot product and the cross product. Implements operator overloading.
GitHub Repo https://github.com/saoud30/AI-Design-Studio

saoud30/AI-Design-Studio

Create stunning logos, vector graphics, and product descriptions with state-of-the-art AI models
GitHub Repo https://github.com/binoydutt/Resume-Job-Description-Matching

binoydutt/Resume-Job-Description-Matching

The purpose of this project was to defeat the current Application Tracking System used by most of the organization to filter out resumes. In order to achieve this goal I had to come up with a universal score which can help the applicant understand the current status of the match. The following steps were undertaken for this project 1) Job Descriptions were collected from Glass Door Web Site using Selenium as other scrappers failed 2) PDF resume parsing using PDF Miner 3) Creating a vector representation of each Job Description - Used word2Vec to create the vector in 300-dimensional vector space with each document represented as a list of word vectors 4) Given each word its required weights to counter few Job Description specific words to be dealt with - Used TFIDF score to get the word weights. 5) Important skill related words were given higher weights and overall mean of each Job description was obtained using the product for word vector and its TFIDF scores 6) Cosine Similarity was used get the similarities of the Job Description and the Resume 7) Various Natural Language Processing Techniques were identified to suggest on the improvements in the resume that could help increase the match score
GitHub Repo https://github.com/MahamFarhan/N-Dimensional-Vector

MahamFarhan/N-Dimensional-Vector

A Simple python program for creating and manipulating vectors of any dimension, supporting operations like addition, subtraction, scalar multiplication, dot product, and magnitude.