Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions okcomputer/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Govt-Model-Engineering-College

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
29 changes: 29 additions & 0 deletions okcomputer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Code-Innovation-Series-ModelEngineeringCollege

Code Innovation Series powered by GitHub

## Submission Procedure
Read the following steps and guidelines properly for proper submission of your project. Missing out any step or performing it wrongly can lead to unsuccessful submission.

### Step 1
#### Fork this repository

### Step 2
#### Create a New Folder within the forked repository, with the 'folder name' being your 'Team Name'

## Contents of the folder
+ The project directory.
+ The presentation that you will be presenting while presenting your project before the judges.
+ A text file that contains proper documentation. The documentation should contain:
- A description of your project.
- The contents of your project directory.
- Ways to host your project on the localhost.
+ The name of the 'pptx' and 'text' files should also be the 'team name'.

### People with only hardware solution are required to submit only the 'pptx' and 'text' files. A link to the video demonstration of your working model should also be included in both the files.


### Step 3
Create a Pull Request only after you have completed the entire project and do not wish to make any further changes. We will not be accepting more than one Pull Request from any team. \
\
You can complete your work on the local machine and then upload your project folder in the forked repository and proceed to create a Pull Request.
Binary file added okcomputer/okcomputer.pptx
Binary file not shown.
22 changes: 22 additions & 0 deletions okcomputer/okcomputer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Description : A fraud detection application, using Machine Learning to detect and display fraudulent transactions that have been inputted.
We propose a data driven model using machine learning algorithms on big data to predict the probability of a transaction being fraudulent or legitimate


Contents: Contains the django to host our application on the local machine

Ways To Host:

requirements :
python
django
scikitlearn
xgboost
numpy
pandas

-->create a virtual environment with conda
-->install requirements into the virtual environment
-->change directory to okcomputer/okcomputer
-->python manage.py migrate
-->python manage.py makemigrations
-->python manage.py runserver
Binary file added okcomputer/okcomputer.zip
Binary file not shown.