https://github.com/darkfanxing/esun_ai_competition
https://github.com/darkfanxing/esun_ai_competition
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkfanxing/esun_ai_competition
- Owner: darkfanxing
- Created: 2022-01-14T15:01:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T15:02:21.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T19:39:06.036Z (5 months ago)
- Language: Jupyter Notebook
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```