Metadata-Version: 2.1
Name: felmateos
Version: 0.1.2
Summary: My first Python library
Author: Me
Description-Content-Type: text/markdown

<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
<a name="readme-top"></a>
<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks again! Now go create something AMAZING! :D
-->



<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/felmateos/stellar-classification-SDSS17">
    <img src="https://github.com/felmateos/stellar-classification-SDSS17/raw/main/images/logo.png" alt="Logo" width="80" height="80">
  </a>

<h3 align="center">Celestial Body Classifier</h3>

  <p align="center">
    ClassificaÃ§Ã£o de Corpos Celestes usando suas caracterÃ­sticas espectrais
    <br />
    <br />
    <a href="https://github.com/felmateos/stellar-classification-SDSS17/issues">Report Bug</a>
    Â·
    <a href="https://github.com/felmateos/stellar-classification-SDSS17/issues">Request Feature</a>
  </p>
</div>

<br />

---

Este repositÃ³rio contÃ©m o experimento conduzido...

<div align="center">
    <img src="https://github.com/felmateos/stellar-classification-SDSS17/raw/main/images/background.gif" alt="Logo" height="300">
</div>

## Git Clone

Para obter uma cÃ³pia local deste repositÃ³rio, utilize o seguinte comando:

```
git clone https://github.com/felmateos/stellar-classification-SDSS17.git
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## InstalaÃ§Ã£o

Antes de comeÃ§ar, certifique-se de ter o ambiente Python configurado. Utilize o seguinte comando para instalar as dependÃªncias necessÃ¡rias:

```
pip install -r requirements.txt
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Conjunto de Dados

O conjunto de dados usado estÃ¡ disponÃ­vel no endereÃ§o abaixo:

[https://www.kaggle.com/datasets/fedesoriano/stellar-classification-dataset-sdss17](https://www.kaggle.com/datasets/fedesoriano/stellar-classification-dataset-sdss17)


 
<p align="right">(<a href="#readme-top">back to top</a>)</p>


## Documentos importantes

Na pasta 'docs' estÃ¡ o planejamento que usamos para a conduÃ§Ã£o desse experimento.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## ContribuiÃ§Ã£o

ContribuiÃ§Ãµes sÃ£o bem-vindas! Sinta-se Ã  vontade para propor melhorias, relatar problemas ou abrir pull requests.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## LicenÃ§a

Este projeto Ã© licenciado sob a [LicenÃ§a MIT](LICENSE).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

[contributors-shield]: https://img.shields.io/github/contributors/felmateos/stellar-classification-SDSS17.svg?style=for-the-badge
[contributors-url]: https://github.com/felmateos/stellar-classification-SDSS17/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/felmateos/stellar-classification-SDSS17.svg?style=for-the-badge
[forks-url]: https://github.com/felmateos/stellar-classification-SDSS17/network/members
[stars-shield]: https://img.shields.io/github/stars/felmateos/stellar-classification-SDSS17.svg?style=for-the-badge
[stars-url]: https://github.com/felmateos/stellar-classification-SDSS17/stargazers
[issues-shield]: https://img.shields.io/github/issues/felmateos/stellar-classification-SDSS17.svg?style=for-the-badge
[issues-url]: https://github.com/felmateos/stellar-classification-SDSS17/issues
[license-shield]: https://img.shields.io/github/license/felmateos/stellar-classification-SDSS17.svg?style=for-the-badge
[license-url]: https://github.com/felmateos/stellar-classification-SDSS17/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=259
[linkedin-url]: https://linkedin.com/in/felmateos
