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

https://github.com/darkfanxing/esun_ai_competition


https://github.com/darkfanxing/esun_ai_competition

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Setup
1. To avoid Python package version conflicts, the project use pipenv (Python vitural environment) to install Python packages.

```
pip install pipenv
pipenv shell
pipenv install
```

---

2. Download Data to `/src/data/{fileName.csv}` from [Esun AI Competition](https://tbrain.trendmicro.com.tw/Competitions/Details/18)

# How To Run this Project
```
python src/main.py
```