|
1 |
| -# BTAlert-IA |
| 1 | +[](https://github.com/BureauTech/BTAlert-AI/blob/main/LICENSE) |
| 2 | +[](https://gitpod.io/#https://github.com/BureauTech/BTAlert-AI/) |
| 3 | +[](https://github.com/BureauTech/BTAlert-AI/actions/workflows/python.yml) |
| 4 | +[](https://github.com/BureauTech/BTAlert-AI/actions/workflows/docker-image.yml) |
| 5 | + |
| 6 | +# BTAlert-AI |
| 7 | + |
| 8 | +BTAlert-AI is an application based on Machine Learning to monitor and predict application outages. |
| 9 | + |
| 10 | +## How to install |
| 11 | + |
| 12 | +### Docker Image |
| 13 | + |
| 14 | +To make it run on your machine without installing everything locally, you can simply run it via docker image, by following the commands below. |
| 15 | + |
| 16 | +```docker compose up``` |
| 17 | + |
| 18 | +NOTE: It's important to have [docker installed](https://docs.docker.com/engine/install/) on your machine. |
| 19 | + |
| 20 | +### Locally |
| 21 | + |
| 22 | +In case you want to run it in your machine without using docker, you must run the following commands. |
| 23 | + |
| 24 | +For development environment: |
| 25 | + |
| 26 | +```bash setup-env.sh``` |
| 27 | + |
| 28 | +```pip install -r requirements.txt``` |
| 29 | + |
| 30 | +```python src/app.py``` |
| 31 | + |
| 32 | +### Prerequisites: |
| 33 | + |
| 34 | +You must have installed [Python 3.7.11](https://www.python.org/downloads/release/python-3711/) previously. |
| 35 | + |
| 36 | +# Authors |
| 37 | + |
| 38 | +<table align="center"> |
| 39 | + <tr> |
| 40 | + <td align="center"><a href="https://github.com/anaclaragraciano"><img src="https://avatars.githubusercontent.com/u/64653864?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ana Clara<br>Dev</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=anaclaragraciano" title="PO">:sparkles::iphone::open_book:</a></td> |
| 41 | + <td align="center"><a href="https://github.com/bibiacoutinho"><img src="https://avatars.githubusercontent.com/u/56437723?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Beatriz Coutinho<br>Master</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=bibiacoutinho" title="Master">:headphones::nail_care::computer_mouse:</a></td> |
| 42 | + <td align="center"><a href="https://github.com/caiquesjc"><img src="https://avatars.githubusercontent.com/u/54915913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Caique Nascimento<br>Dev</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=caiquesjc" title="Dev Team">:keyboard::desktop_computer::computer_mouse:</a></td> |
| 43 | + <td align="center"><a href="https://github.com/charles-ramos"><img src="https://avatars.githubusercontent.com/u/25464287?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Charles Ramos<br>PO</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=charles-ramos" title="Dev Team">:fist_raised::open_book::hamburger:</a></td> |
| 44 | +</table> |
| 45 | +<table align="center"> |
| 46 | + <td align="center"><a href="https://github.com/danielsantosoliveira"><img src="https://avatars.githubusercontent.com/u/55162125?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Oliveira<br>Dev</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=danielsantosoliveira" title="Dev Team">:computer::guitar::soccer:</a></td> |
| 47 | + <td align="center"><a href="https://github.com/Denis-Lima"><img src="https://avatars.githubusercontent.com/u/55518511?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Denis Lima<br>Dev</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=Denis-Lima" title="Dev Team">:computer::v::pizza:</a></td> |
| 48 | + <td align="center"><a href="https://github.com/WeDias"><img src="https://avatars.githubusercontent.com/u/56437612?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wesley Dias<br>Dev</b></sub></a><br /><a href="https://github.com/BureauTech/BTAlert-IA/commits?author=WeDias" title="Dev Team">:rocket::milky_way::new_moon:</a></td> |
| 49 | + </tr> |
| 50 | +</table> |
0 commit comments