Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by LucaCappelletti94
A curated list of projects in awesome lists by LucaCappelletti94 .
https://github.com/lucacappelletti94/csv_trimming
Package python to remove common ugliness from a csv-like file
Last synced: 30 Oct 2024
https://github.com/lucacappelletti94/lectures-notes
My latex notes on whatever I'm studying. All are available to the public, but please take them with a grain of salt and notify me in case of errors :)
latex mechanics notes operations-research polimi qed unimi
Last synced: 22 Oct 2024
https://github.com/lucacappelletti94/pygifsicle
Python package wrapping the gifsicle library for editing and optimizing gifs.
Last synced: 30 Oct 2024
https://github.com/lucacappelletti94/dictances
Distances and divergences between distributions implemented in the best way I found in python.
Last synced: 30 Oct 2024
https://github.com/lucacappelletti94/silence_tensorflow
Python package to shut up Tensorflow warnings and logs.
Last synced: 31 Oct 2024
https://github.com/lucacappelletti94/hyperloglog-rs
A Rust implementation of HyperLogLog trying to be parsimonious with memory.
Last synced: 31 Oct 2024
https://github.com/lucacappelletti94/ugly_csv_generator
Python package to generate ugly real-looking csvs.
Last synced: 01 Nov 2024
https://github.com/lucacappelletti94/dict_hash
Python package to hash dictionaries using default hash, md5, sha256 and more.
Last synced: 31 Oct 2024
https://github.com/lucacappelletti94/bioinformatics_practice
The practice section of the UNIMI Bioinformatics course
Last synced: 23 Oct 2024
https://github.com/lucacappelletti94/plot_keras_history
A simple python package to print a keras NN training history.
Last synced: 23 Oct 2024
https://github.com/lucacappelletti94/compress_json
The missing Python utility to read and write compressed JSONs.
Last synced: 31 Oct 2024
https://github.com/lucacappelletti94/extra_keras_metrics
Additional training metrics integrated with the keras NN library.
Last synced: 01 Nov 2024
https://github.com/lucacappelletti94/sanitize_ml_labels
Python package to standardize the names of ML-related metrics, models and losses.
Last synced: 02 Nov 2024
https://github.com/lucacappelletti94/barplots
Python package to easily make barplots from multi-indexed dataframes.
Last synced: 02 Nov 2024
https://github.com/lucacappelletti94/ucsc_genomes_downloader
Python package to quickly download genomes from the UCSC.
Last synced: 23 Oct 2024
https://github.com/lucacappelletti94/adigraph
A tex package to draw automatically tex graphs.
Last synced: 23 Oct 2024
https://github.com/lucacappelletti94/lectures
A LaTeX documentclass for lecture notes.
Last synced: 24 Oct 2024
https://github.com/lucacappelletti94/minhash-rs
A Rust implementation of MinHash trying to be parsimonious with memory.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/random_italian_person
Python package to generate an Italian person randomly.
Last synced: 24 Oct 2024
https://github.com/lucacappelletti94/transpose_dict
Python package to transpose dictionaries, just like sparse n-dimensional matrices.
Last synced: 02 Nov 2024
https://github.com/lucacappelletti94/pubmed_embedding
Building a pubmed graph, automatically.
Last synced: 02 Nov 2024
https://github.com/lucacappelletti94/zipf
Small library to create and elaborate zipf distributions in python
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/downloaders
Python package to handle download of multiple types of files.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/tinycrawler
Web crawler that uses multiprocessing and arbitrarily many proxies to traverse and download websites
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_validation_sets
Python package offering a callback for handling multiple validation sets.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/memory_time_tracker
Python tool to track the memory and time requirements of software.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/encodeproject
Python package wrapping some of the encode project APIs.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/deflate_dict
Python package to deflate and re-inflate dictionaries.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/environments_utils
Utilities to identify which environments is your python script running within.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/kg-biolink
A knowledge graph for the BioLink metadata standard
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/ringbell
Python package to play a sound when a task completes.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/covidxpert
Model to distinguish covid cases from viral pneumonia cases.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/wordnet_knowledge_graph
A Python pipeline converting the NLTK wordnet into a KG, with additional synonym pairs from dictionaries.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/master-in-bioinformatics-and-functional-genomics
Some exercises and example for the neural networks section of the course.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/biolink_embedding
Pipeline to compute embedding of textual descriptions associated to the Biolink model.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/snv_classifier
Project for the bioinformatics course of professor Valentini, Unimi.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/rust_file_progress
Rust package to dump progress information in a file.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/visited-rs
Data structure to keep track of visited objects that does not require clearing for several iterations.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/ddd_subplots
Python package making it easier to handle mixed 3d and 2d subplots.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/random_csv_generator
Tool for rendering plausible real-life csv data.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/greedy_grasp_ant
Small C project to highlight the similarities of Greedy, GRASP and Ant system algorithms.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/mascot-rs
A rust package to validate and process Mascot Generic Format (MGF) for fragmentation spectra.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/understanding_actix_cookies
A small repo to understand an issue with Actix Cookies in some production settings.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/heterogeneous_graphlets
Rust implementation of Heterogeneous Graphlets counting
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/actix_yew_websockets
Learning how to make webworkers with Yew frontend and Actix backend
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/random_dict
Python package to generate random dictionaries of given types.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/userinput
Simple python package to handle cli user input.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/ensmallen_experiments
Experiments on the EnsmallenGraph library.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/right_laplacian_node2vec
Experiments evaluating the performance of Right Laplacian weighting in Node2Vec sampling.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/tensorflow_tsne
A possibly fast implementation of TSNE in TensorFlow
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_mixed_sequence
Lazily loading mixed sequences using Keras Sequence, focused on multi-task models.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/crr_labels
Python package wrapping over FANTOM and Roadmap labels for cis regulatory regions.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/miur_daad_dataset_pipeline
Dataset rendering pipeline for the MIUR-DAAD project
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/beex
Python package with better exceptions for a better coding experience.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/movie_lens_to_tsvs
Converting the Movie Lens datasets into TSVs similar to the DGX format
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/pybwtool
Python wrapper for the bwtool library.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/express_metrics
Computing metrics efficiently in Rust/Python.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/default_docker_images
Docker images for doing stuff quickly.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/projectone
Website for the homonymous band.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/dataframe_splitter
A simple python package to explode and add noise to dataframes for machine learning purposes.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_biological_gaps_sequences
Python package to generate on-hot encoded biological gaps to use for training and prediction.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/setup_python_package_test_reporitory
Repository for executing advanced tests in setup_python_package.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/validate_python_docstring
Python package to validate a Python method docstrings.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/udbnn
Small experiment on batch sizes for umbalanced datasets
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/lucacappelletti94
My GitHub-based website
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/yew-forms-test
Trying to understand how to make builder objects work decently with Yew forms.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/miur_daad_balancing
Testing dataset balancing techniques from previous works.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/balanced_parentheses
Python package implementing a didactical version of balanced parenthesis succinct data structure.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/installing-cuda-tsne
Exploring ways to automatically install CUDA TSNE
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/dimensional_reduction
Understanding dimensional reduction
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/distributed_bayesian_optimization
Trying to understand how to use Ray to run distributed Bayesian Optimization
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/autoencoders_correlation_loss
Study on the usage of correlation loss for autoencoders
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/auto_two_step_validation
Python toolbox to automate two steps validation process.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/embeddings
Node embeddings and word embeddings
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/capaloc-rs
Crate providing vectors with smarter scaling of capacity and data types.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/mpra_dataset
Python pipeline for rendering the full mpra dataset, including epigenomic and sequence data.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/conservation_scores_dataset
Pipeline to automatically retrieve and preprocess conservation scores
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_ding
Keras callback for playing a sound when training is complete.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/italian_csv_type_prediction
Attempt at predicting common types in CSVs about Italian people and places using Spacy NLP tool.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/embiggen_experiments
Repository containing experiments executed on Embiggen/Ensmallen
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/arrp
Simple python tool to create dataset for arrps.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/validate_version_code
Python package to validate version code.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_synthetic_genome_sequence
Python package to lazily generate synthetic genomic sequences for training od Keras models.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/dataframe_merger
An attempt at merging distinct uniform datasets automatically.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/selenium_utils
Python package with selenium useful wrappers.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/ogb_papers100m_to_tsv
Convert the OGB's papers100M custom data format to TSVs.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/keras_bed_sequence
Lazily one-hot encoding bed sequences using Keras Sequence.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/pyadigraph
Pyadigraph turns your networkx into Adigraph latex package.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/repairing_genomic_gaps
Experiment on the possibility of repairing genomic gaps using auto-encoders.
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/ngrammatic-old
Reference old version of ngrammatic
Last synced: 28 Oct 2024
https://github.com/lucacappelletti94/hpo_downloader
Python package to download HPO annotations and mapping to Uniprod ID and AC and CAFA4 IDs.
Last synced: 28 Oct 2024