Showing results for blank Vector Vector
GitHub Repo
https://github.com/Kumpatlapavankumar/EduBot-Smart-Quiz-Generator
Kumpatlapavankumar/EduBot-Smart-Quiz-Generator
Smart Quiz Generator is a Streamlit-based app that uses GPT-4 to create quizzes (MCQ, True/False, or Fill-in-the-Blank) from your own documents (PDF/TXT) or web pages. It processes content, stores it in a FAISS vector store for quick retrieval, and generates customized quizzes based on a chosen topic.
GitHub Repo
https://github.com/Bug-Hunter-X/Expo-CLI--Uncommon-Icon-Rendering-Error-with--expo-vector-icons-vuv3n
Bug-Hunter-X/Expo-CLI--Uncommon-Icon-Rendering-Error-with--expo-vector-icons-vuv3n
Expo CLI: Icon rendering issues with @expo/vector-icons; incorrect import or configuration leads to blank or broken icon display.
GitHub Repo
https://github.com/bachandbrandon-cloud/bible-ap
bachandbrandon-cloud/bible-ap
npx create-expo-app@latest bible-app --template blank-typescript cd bible-app npm install expo-sqlite expo-router @expo/vector-icons \ react-native-screens react-native-safe-area-context # Extract the archive into your project tar xzf bible-app-mvp.tar.gz
GitHub Repo
https://github.com/mpeht/-Compress-the-vector-containing-blanks.
mpeht/-Compress-the-vector-containing-blanks.
This code aims to optimize the vector with blank spaces, compressing the values, facilitating the insertion of the search code, improving the performance of the search code.
GitHub Repo
https://github.com/axe76/Recommendation_Autoencoder_Pytorch
axe76/Recommendation_Autoencoder_Pytorch
The code is a Stacked Autoencoder made using Pytorch. It takes as input ratings of movies seen by a user and predicts ratings for movies not seen by them i.e. the the blank spaces in the input vector. The following code predicts the rating within an 0.95 of the actual rating when tested.
GitHub Repo
https://github.com/iam-archie/knowledge-rag
iam-archie/knowledge-rag
🔬 10th Standard Science RAG API - Dual Mode (Vector DB + Knowledge Graph) REST API with two search modes for Science Q&A: - Vector DB: FAISS + BM25 Hybrid Search + Corrective RAG + Web Fallback - Knowledge Graph: Entity-Relation extraction with NetworkX Features: Guardrails, LLM Fallback, Chapter Detection, Fill-in-blanks support
GitHub Repo
https://github.com/pratikshekhar/SUDOKU
pratikshekhar/SUDOKU
It's mathematical game where the player completes the grid as per the instruction and once completed, the program will output the final grid. Everytime a player enters a number in the grid, the program automatically updates the grid- making it a user friendly game. The text file to be entered is "sud.txt" and after the game is finished, it automatically creates another text file "output.txt" with the completed grids. The rules of Sudoku are simply stated. You are provided with a 9x9 grid partially filled in with digits. You are to complete the grid by entering digits from 1 to 9 into the blank spaces. Every row must contain one of each digit. So must every column, as must every 3x3 square. The underlying main data object in a Grid is a vector of vectors!!! Each row is itself a vector<int>. Direct access to grid elements is permitted via the [] operator -- that is, if we declare Grid g, g[0] is the first row of g, g[1]is the next row, etc. Thus, g[0][0] is the element in the top left corner, g[0][1] is the element to its right, and in general the element in row i, column j is referred to as g[i][j]. Each element contains one of the digits 0..9, where 0 designates an unfilled position.
GitHub Repo
https://github.com/atmanainapure/Spam_Classifier
atmanainapure/Spam_Classifier
Email Spam Classifier using Machine Learning - I was asked a question in my viva, "How does Gmail classify emails as spam"? I was blank. Hence, I thought of making an email spam classifier using word vectorization to better understand the underlying process.
GitHub Repo
https://github.com/Drumurboy/Processing-to-pdf-problems
Drumurboy/Processing-to-pdf-problems
I'm fairly new to processing but I have a working sketch that I have been using as my logo for a while. I need a vector version so I can easily scale it. I have the pdf export working to the point where it outputs a pdf but the file is completely blank and I don't know what to do. Thought I would put it up so someone who knows processing could see what I'm doing wrong and give some advice!
GitHub Repo
https://github.com/ghedolo/xy-path