Table of Contents
Spacelab is a people-incubator drawing from diverse, underrepresented communities and with a goal of building the leaders of tomorrow through the creation of cross-functional outer-space-focused projects.
Our first project uses Machine Learning and Deep Neural Networks to discover and classify exoplanets or planets that orbit stars other than our own sun. We are excited to be able to build on models that NASA Fellows and Scientists first created in prior programs with similar aims.
Our current project, the Exoplanetarium, focuses on using data from previous and current NASA satellite missions in a convolutional neural network to search for additional planetary candidates that went unclassified by NASA. Our volunteers come from different disciplines, including data scientists, front-end developers, WebGL developers, and back-end developers, who collaborate and use innovative problem-solving to find potential exoplanets.
Spacelab is building the next generation of leaders in outer-space-focused science and technology, drawing from diverse, underrepresented communities, including women, members of the LGBTQ+ community, and people of color, and creating paid fellowships, internships, and scholarship opportunities, as well as debt relief.
To get a local copy, follow these steps.
Make sure you have the latest npm package installed
npm install npm@latest -g
Make sure you have the latest version of node installed.
We recommend using a node manager to switch between node versions.
If you are on Mac or Linux you can install nvm to manage your node versions. For windows, you can use nvm for Windows
nvm install 18.16.0
nvm use 18.16.0
- Clone the repo
git clone https://github.com/spacelabdev/spacelab-react
- Install NPM packages
npm install
- Spin up the Project
npm start
If you've just joined the Spacelab as a new Developer, please read through the Dev Docs to get started contributing!
If you wish to become a contributor to the project, please contact us. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "suggestion".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request