Skip to content

avalos-p/dash-competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇺🇸 Credit Card transactions fraud detection using Machine Learning and Dash!

The aim of this project is to create a Dash application for analyzing credit card fraud transaction datasets using Machine Learning techniques.

Project Information:

  • The main objective was to present a project for the Dash competition on the analysis of credit card fraud data using Machine Learning. After the competition ended, I took the opportunity to continue learning about the Dash framework and create a web app.
  • For this project, I used Python and Dash. Additionally, I deployed the web application on render.com.

Dash Demonstration

Useful Links

Development Environment Setup

To set up the development environment, follow these steps:

  • Install Python 3.10.6
  • Clone this repository: git clone <LINK>
  • Create and activate a virtual environment: python3 -m venv env and source env/bin/activate
  • Install dependencies: pip install -r requirements.txt
  • Run app.py, this will launch the Dash application.

🇪🇸 Proyecto de Detección de Fraude en Transacciones con Tarjetas de Crédito usando Machine Learning y Dash

Este proyecto tiene como objetivo realizar un Dash app sobre el análisis del dataset de fraude en transacciones con tarjetas de crédito utilizando técnicas de Machine Learning.

Información del Proyecto:

  • El objetivo principal era presentar un proyecto para la competición de Dash sobre el análisis de datos de fraude en tarjetas de crédito usando Machine Learning. Después de finalizar la competición, aproveché la oportunidad para continuar mi aprendizaje sobre el framework Dash y crear una aplicación web.

  • Para este proyecto utilicé Python y Dash. Además, desplegué la aplicación web en render.com.

Demostración del Dash

Enlaces Útiles

Configuración del entorno de desarrollo

Para configurar el entorno de desarrollo, sigue los siguientes pasos:

  • Instala Python 3.10.6
  • Clona este repositorio: git clone <LINK>
  • Crea y activa un entorno virtual: python3 -m venv env y source env/bin/activate
  • Instala las dependencias: pip install -r requirements.txt
  • Ejecuta app.py, esto lanzará el Dash.

About

Competition using dash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors