├── PredictTxInfo.py ├── README.md ├── TxInfo.py ├── cassandra_rw.py ├── credit.csv ├── credit_test.json ├── flask_ml_api.py ├── kafka-json-model.py ├── kafka-json-producer.py ├── main.py └── ml_model.py /PredictTxInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/PredictTxInfo.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ai-project-fraud-detection 2 | -------------------------------------------------------------------------------- /TxInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/TxInfo.py -------------------------------------------------------------------------------- /cassandra_rw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/cassandra_rw.py -------------------------------------------------------------------------------- /credit.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/credit.csv -------------------------------------------------------------------------------- /credit_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/credit_test.json -------------------------------------------------------------------------------- /flask_ml_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/flask_ml_api.py -------------------------------------------------------------------------------- /kafka-json-model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/kafka-json-model.py -------------------------------------------------------------------------------- /kafka-json-producer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/kafka-json-producer.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/main.py -------------------------------------------------------------------------------- /ml_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edyoda/ai-project-fraud-detection/HEAD/ml_model.py --------------------------------------------------------------------------------