Pinned Repositories
Heapsort__algorithm_in_Cpp
Heap sort full algorithm(MaxHeap) including BuildMaxHeap(), MaxHeapify(), and HeapSort() functions separately in C++
llama2-run
Harness the power of Meta's Llama-2-7b with this GitHub repo. Utilize Hugging Face Transformers for efficient text generation and inference. Set up, initialize, and run scripts to experience the model's magic. Customize prompts for seamless natural language processing. Optimize your text generation tasks effortlessly.
Stock_Market_Prediction_And_Suggestion
Stock Market Prediction system in Python and Java (Web based desktop application)
streamitapp
task-queue
This coding problem is the problem asked in LinkedIn internship for SDE role. This is a easy level problem. This problem can be solved in Linear time (using STL in C++ here).
Text_summarizer_of_videos
Text summarizer of instructional vidoes which can be used to generate a brief summary of the video.
YouTube_video_downloader_using_Python
The main idea of developing the YouTube downloader is that due to the Ease of availability of the videos from YouTube is sometimes required. For a normal person, there is not always availability of an internet connection and also viewing a YouTube video again and again will result into the leakage of the internet data. So he/she should be able to download a YouTube video in any format (.mp4 or .webp) and in any resolution(144/240/36-/480/720/1080 pixels) when there is keen requirement and so he/she would spend their internet data only one time to watch each video and the availability of all resolutions make it possible to spend low amount of internet data. All he/she needs is only a URL link to get this YouTube video downloaded.
kashyaprparmar's Repositories
kashyaprparmar/Stock_Market_Prediction_And_Suggestion
Stock Market Prediction system in Python and Java (Web based desktop application)
kashyaprparmar/Text_summarizer_of_videos
Text summarizer of instructional vidoes which can be used to generate a brief summary of the video.
kashyaprparmar/YouTube_video_downloader_using_Python
The main idea of developing the YouTube downloader is that due to the Ease of availability of the videos from YouTube is sometimes required. For a normal person, there is not always availability of an internet connection and also viewing a YouTube video again and again will result into the leakage of the internet data. So he/she should be able to download a YouTube video in any format (.mp4 or .webp) and in any resolution(144/240/36-/480/720/1080 pixels) when there is keen requirement and so he/she would spend their internet data only one time to watch each video and the availability of all resolutions make it possible to spend low amount of internet data. All he/she needs is only a URL link to get this YouTube video downloaded.
kashyaprparmar/Heapsort__algorithm_in_Cpp
Heap sort full algorithm(MaxHeap) including BuildMaxHeap(), MaxHeapify(), and HeapSort() functions separately in C++
kashyaprparmar/llama2-run
Harness the power of Meta's Llama-2-7b with this GitHub repo. Utilize Hugging Face Transformers for efficient text generation and inference. Set up, initialize, and run scripts to experience the model's magic. Customize prompts for seamless natural language processing. Optimize your text generation tasks effortlessly.
kashyaprparmar/streamitapp
kashyaprparmar/task-queue
This coding problem is the problem asked in LinkedIn internship for SDE role. This is a easy level problem. This problem can be solved in Linear time (using STL in C++ here).