diff --git a/okcomputer/LICENSE b/okcomputer/LICENSE new file mode 100644 index 00000000..a243efe1 --- /dev/null +++ b/okcomputer/LICENSE @@ -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. diff --git a/okcomputer/README.md b/okcomputer/README.md new file mode 100644 index 00000000..036f0119 --- /dev/null +++ b/okcomputer/README.md @@ -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. diff --git a/okcomputer/okcomputer.pptx b/okcomputer/okcomputer.pptx new file mode 100644 index 00000000..778c8937 Binary files /dev/null and b/okcomputer/okcomputer.pptx differ diff --git a/okcomputer/okcomputer.txt b/okcomputer/okcomputer.txt new file mode 100644 index 00000000..55cab4fe --- /dev/null +++ b/okcomputer/okcomputer.txt @@ -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 \ No newline at end of file diff --git a/okcomputer/okcomputer.zip b/okcomputer/okcomputer.zip new file mode 100644 index 00000000..2e79312a Binary files /dev/null and b/okcomputer/okcomputer.zip differ