Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debasishdhal/short-pet-projects-collection
Planning it to contain very short pet-projects that might not deserve to have a separate repository. Reducing spamming on my main page.
https://github.com/debasishdhal/short-pet-projects-collection
czech german image-processing polish random-walk videoediting webscraping
Last synced: 17 days ago
JSON representation
Planning it to contain very short pet-projects that might not deserve to have a separate repository. Reducing spamming on my main page.
- Host: GitHub
- URL: https://github.com/debasishdhal/short-pet-projects-collection
- Owner: DebasishDhal
- Created: 2023-09-25T08:48:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:22:24.000Z (10 months ago)
- Last Synced: 2024-03-13T16:41:12.853Z (10 months ago)
- Topics: czech, german, image-processing, polish, random-walk, videoediting, webscraping
- Language: Python
- Homepage: https://huggingface.co/DebasishDhal99
- Size: 21.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Collection of very small pet-projects. Contents as of now: -
- Web scrapping of exonyms and endonyms for Czech Republic, Poland, Latvia, Lithuania and Estonia. ([Dataset](https://huggingface.co/datasets/DebasishDhal99/German-Names-Middle-And-Eastern-Europe))
- Random walk visualization. 2D Random walk consisting of single and multi-agents. ([Application](https://huggingface.co/spaces/DebasishDhal99/Random-Walk-Visualization))
- Images and Colors - It takes an image as its input and you get to play with the RGB channels for the image.
- It's working perfectly in my VSCode, for some reason it's malfunctioning in HuggingFace. It appears that the ordering of RGB channels is different in VSCode and HuggingFace (It sounds weird but this is what it seems to be happening).
- Video shuffling -It takes a video adress as input, cuts out chunks out of it randomly and stiches them together to create a new video clip.
- Only problem is that the library is throwing error for long videos. For small videos (50 seconds or so), it's working fine. Using this script, I created a mashup video of a video of nature with horses and penguins. This script can be further expanded to use multiple videos at once.
- Automated LeetCode Rank Retrieval : - A small Python script that scraps the rank from Leetcode everyday. The script is triggered by a scheduler.