dipesg / Bank-Card-Predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here we Find type of card used by User by filling information that is prompted in UI interface. This project is done in indian dataset so it shows the type of card used in India.

Application Link:Bank-Card-Finder

Bank-Card-Predictor

  1. Create a project directory
  2. Build an environment for the project in the directory.
  3. set the mysite directory inside the above created directory.
  4. run the command: pip install -r requirements.txt
  5. run the command, inside the mysite directory in console: python manage.py migrate
  6. run the command in same directory: python manage.py runserver
  • django-admin startproject <name_of_project>
  • python manage.py startapp <name_of_app>

About


Languages

Language:Jupyter Notebook 78.4%Language:HTML 11.2%Language:Python 10.4%