Diff of /README.md [000000] .. [2ab8ba]

Switch to side-by-side view

--- a
+++ b/README.md
@@ -0,0 +1,19 @@
+# Epileptic-Seizure-Detection
+
+This repository has the code for the project on Deep Learning for identification of abnormal EEG on Epilepsy diagnosed patients.
+
+#### References
+- [x] ChronoNet: A Deep Recurrent Neural Network for Abnormal EEG Identification https://arxiv.org/pdf/1802.00308.pdf
+
+If you find the code in the repository useful, please cite it using:
+
+```
+@misc{chitlangia2021epileptic,
+  author = {Chitlangia, Sharad},
+  title = {Epileptic Seizure Detection using Deep Learning},
+  year = {2021},
+  publisher = {GitHub},
+  journal = {GitHub repository},
+  howpublished = {\url{https://github.com/Sharad24/Epileptic-Seizure-Detection/}},
+}
+```