Under Water Autonomous Vehicle Research Group

This Respository consists of the projects that I have done as a Part of “Under Water Autonomous Vehicle Research Group” in our college. I was in the AI domain of it and we participate in Under Water Vehicle Competitions at College levels. This Repo consists of variety of object detection codes and color classification codes. HOW TO SETUP THIS CODE???? STEP – 1 – Download the code, it will be a zip file , extractitSTEP -2 – Go to the […]

Read more

Necropolis Research and Development

Necropolis Research and Development ADR2/3/22: Development of Necropolis Time Series Research, 3 different example projects Have created 3 different field branches, Artificial Intelligence, Cryptocurrencies, and Programming Techniques Generative Adversarial Network tutorial, Gradient Descent, and mulit layer perceptron Python code has been updated 13 additional tutorials focusing on Generative NFTs and Generative Art, Coding smart contracts and minting NFTs added to cryptocurrency projects Have added two different folders to the Programming Techniques folder, namely a tutorial on how to integrate VIM […]

Read more

Notebook researcher with python

To run the server, you must follow these instructions: At the very beginning, just clone the repo and create a “venv” for it and install the requirements via: pip install -r requirements.txt windows First, you have to install postgresql. The instructions are held in this link below:https://www.postgresqltutorial.com/install-postgresql/ Set “password” and “port” carefully, as you should know them further. Then, open pgadmin and create a database named “notebook_researcher”. After that, open file“quran_django/settings/production.py” and change these items: On line 88, set “Name” […]

Read more

Multi View Stereo on Internet Images

This repository contains the set of artficats used for the ENGN8601/8602 research project. The thesis emphasizes on the following aspects: Evaluating and Analysing the performance of existing learning-based MVS networks on internet images or in a CPC scenario. Proposing a novel mask estimation module and depth estimation (with depth alignment) framework to estimate depth values of foreground objects. Fusing the depthmaps estimated by the proposed methodology to compute complete point clouds (including foreground objects) Recommended: python 3.7.7, cudatoolkit 10.2.* and […]

Read more

The Research PACS on AWS solution facilitates researchers’ access medical images stored in the clinical PACS in a secure and seamless manner

Challenge to solve The rise of new technologies in medical imaging, such as artificial intelligence, is an great opportunity to accelerate research and facilitate clinical improvements. This requires access to innovative services and computational capabilities, that the cloud can provide, as well as imaging and clinical data to support research studies. Historically, it has been difficult for researchers to access medical images collected during the course of clinical care. This sometimes consists of a one-time, manual process where a clinical […]

Read more

The Easy-to-use Dialogue Response Selection Toolkit for Researchers

Our released data can be found at this link. Make sure the following steps are adopted to use our codes. How to Use Init the repo Before using the repo, please run the following command to init: # create the necessay folders python init.py # prepare the environment # if some package cannot be installed, just google and install it from other ways pip install -r requirements.txt train the model

Read more

Scitizen: Help scientific research for the benefit of mankind and humanity

Scitizen has been built from the ground up to give everyone the possibility to contribute to scientific research ✨. No Ph.D. required 🧑‍🎓. ✨Overview You want to make the world a better place for future generations🌱? From computing molecules interactions for biomedical and environmental research🧬, analyzing pictures took by astronomical space telescopes to find a new home for humanity🔭, piercing the secrets of quantum physics by improving the design of the Large Hadron Collider🧲, you can do it all from […]

Read more

ipython-based environment for conducting data-driven research in a consistent and reproducible way

REP is ipython-based environment for conducting data-driven research in a consistent and reproducible way. Main features: unified python wrapper for different ML libraries (wrappers follow extended scikit-learn interface) Sklearn TMVA XGBoost uBoost Theanets Pybrain Neurolab MatrixNet service(available to CERN) parallel training of classifiers on cluster classification/regression reports with plots interactive plots supported smart grid-search algorithms with parallel execution research versioning using git pluggable quality metrics for classification meta-algorithm design (aka ‘rep-lego’) REP is not trying to substitute scikit-learn, but extends […]

Read more

MIKE IO: input/output of MIKE files in python

MIKE IO: input/output of MIKE files in python Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files. Facilitates common data processing workflows for MIKE files. For res1d and xns11 files use the related package MIKE IO 1D Requirements Windows or Linux operating system Python x64 3.6, 3.7,3.8 or 3.9 (Windows) VC++ redistributables (already installed if you have MIKE) More info about dependencies Where can I get help? Installation From PyPI: pip install mikeio Or development version (main […]

Read more

Python implementation of the multistate Bennett acceptance ratio

pymbar Python implementation of the multistate Bennett acceptance ratio (MBAR) method for estimating expectations and free energy differences from equilibrium samples from multiple probability densities. Installation The easiest way to install the pymbar release is via conda: conda install -c conda-forge pymbar You can also install pymbar from the Python package index using pip: pip install pymbar The development version can be installed directly from github via pip: pip install git+https://github.com/choderalab/pymbar.git Usage Basic usage involves importing pymbar and constructing an […]

Read more