Guigui14460 / nebulae-generator

Creation of an AI which is able to generate new nebulae images

Home Page:https://share.streamlit.io/guigui14460/nebulae-generator/streamlit_version/src/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nebulae Generator

Project consisting in creating a generative model able to generate images of nebulae (planetary, dark, diffuse, protoplanetary or as supernova remnant).

You can access the the streamlit app at this URL.

Table of contents

Setup

To get the project and all dependencies, you need to get the associated submodule with the project. There is the data available on the Guigui14460/nebulae-generator-data repository. You can juste launch the following command to get all :

$ git clone --recursive https://github.com/Guigui14460/nebulae-generator.git

You need to have Python 3 installed in your machine and you can run the following commands to setup packages of the project :

$ pipenv install
$ pipenv shell

Commands

You can launch script :

  • for training :
$ python3 src/train.py
  • for testing :
$ python3 src/test.py

Authors

License

Project under the "GNU General Public License v3.0" license.

About

Creation of an AI which is able to generate new nebulae images

https://share.streamlit.io/guigui14460/nebulae-generator/streamlit_version/src/app.py

License:GNU General Public License v3.0


Languages

Language:Python 100.0%