An open API service indexing awesome lists of open source software.

https://github.com/andrewrgarcia/materialsml

A Machine Learning Python package for materials informatics.
https://github.com/andrewrgarcia/materialsml

artificial-intelligence machine-learning materials materials-design materials-informatics neural-networks

Last synced: 3 months ago
JSON representation

A Machine Learning Python package for materials informatics.

Awesome Lists containing this project

README

        

# materialsML

A Machine Learning package for materials informatics. A crafty data analysis complement to the materials database from [The Materials Project](https://materialsproject.org)

## Getting Started

## Local Installation and Usage

```ruby
pip install materialsml
```
It is recommended to run this package using a `virtualenv` virtual environment. To do so, follow the below simple protocol to create the virtual environment, run it, and install the package there:

```ruby
virtualenv venv
source venv/bin/activate
pip install materialsml
python [your-script.py]
```
To exit the virtual environment, simply type `deactivate`. To access it at any other time, type `source venv/bin/activate` on the directory containing the `venv` folder.

## viewer (in development)

## Disclaimer: Use At Your Own Risk

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the MIT LICENSE, as published by Andrew Garcia. See LICENSE below for more details.

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

**[MIT license](./LICENSE)** Copyright 2023 © Andrew Garcia.