Skip to content
Merged
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
15 changes: 0 additions & 15 deletions boi_hackathon/README.md

This file was deleted.

1 change: 1 addition & 0 deletions hackathons/SIH_2025/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Smart India Hackathon 2025
18 changes: 17 additions & 1 deletion bank_of_india/README.md → hackathons/bank_of_india/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# BOI CyberSecurity Hackathon

## Problem Statement
> Detailed Explanation of presentation found in this section

## Problem Statement - 2
```txt
Developing a solution having AI/ML capabilities for detecting suspicious transactions
and mule accounts by ingesting financial transactions
Expand All @@ -11,5 +13,19 @@ and preventing circulation of fraudulent proceeds
through mule accounts.
This solution should consume real-time regulatory inputs/ feeds and cross-channel bank data.
```
> [!note]
> Presentation file int ppt & pdf is not uploaded "

## Our Team : IDEONIX
```txt
We are the team of Four Members.
1. Anuj Tanwar
2. Aastha Gangrade
3. Aastha Karahe
4. Karishma Kumrawat
```

## About Problem Descrption
> note


12 changes: 12 additions & 0 deletions projects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# In this project section
```txt
We found listing of projects that we did,
and working on
```


## List of projects ongoing
null


## List of projects completed
5 changes: 5 additions & 0 deletions public/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# About Ideonix
```txt
In this section the functional static website of indeonix will be created
This website will contain all the ongoing projects with a live working link
```
17 changes: 17 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> IDEONIX Portfolio | AT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2> IDEONIX</h2>
<h2> Ongoing Project</h2>
<h3> Bank of India Hackathon</h3>
</body>
<script src="script.js" type="text/javascript" charset="utf-8"></script>
</html>

Loading