Skip to content

Commit fe431bb

Browse files
authored
Update README.md
1 parent 59a13be commit fe431bb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# JSP-Java-Swing-Perceptron
1+
# JSP-Java-Swing-Perceptron
2+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)
23

3-
An implementation of logic gates with single layered perceptron in Java.
4+
An implementation of logic gates with single layered perceptron in Java while implementing event handling as per project requirements. See [Note](#Note) below for further information.
45

56
## Installation
67

@@ -29,8 +30,16 @@ dir/JSP-Java-Swing-Program/src/main>javac Driver.java Perceptron.java Truthtable
2930
cd dir/JSP-Java-Swing-Program/src/gui
3031
dir/src/gui>javac -cp dir/JSP-Java-Swing-Program/src/main/ ConsoleOutput.java Mainform.java
3132
```
33+
3234
4. Run Mainform to start the application
3335
```sh
3436
dir/JSP-Java-Swing-Program/src/gui>java -cp dir/JSP-Java-Swing-Program/src/main/; Mainform
3537
```
3638

39+
40+
### Note
41+
This project is a part of ICS-121, Java Programming, coursework's semester project at International Center for Applied Sciences(ICAS), Manipal Academy of Higher Education. As per the project requirements we were mainly tasked with implementing event handling and other various concepts and building an application.
42+
43+
### License
44+
Everything is under the MIT License.
45+

0 commit comments

Comments
 (0)