Skip to content

parthpetkar/Hack-AI-Thon-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack-AI-Thon-Project

About The Project

This innovative insurance platform transforms fraud detection for verified document retrieval using advanced AI-powered mechanisms. By reducing the reliance on manual verification, the system enhances efficiency while delivering real-time fraud analysis through multiple layers of security checks.

This project was created for the Hackathon Hack-AI-Thon conducted by SBI.

Demo Video

Demo.mp4

Technology Stack

This project leverages the following technologies:

  • TypeScript (77.7%)
  • Python (20.9%)
  • Other (1.4%)

Database Setup

To set up the Neo4j database, run the following Cypher queries:

// 1. Create a unique constraint on the email field
CREATE CONSTRAINT user_email IF NOT EXISTS
ON (u:User) ASSERT u.email IS UNIQUE;

// 2. Create indexes for better query performance
CREATE INDEX user_name IF NOT EXISTS
FOR (u:User) ON (u.name);

CREATE INDEX user_surname IF NOT EXISTS
FOR (u:User) ON (u.surname);

Installation & Setup

Follow these steps to set up the project:

  1. Clone the repository:
    git clone https://github.com/parthpetkar/Hack-AI-Thon-Project.git
  2. Navigate to the project directory:
    cd Hack-AI-Thon-Project
  3. Install dependencies:
    npm install

Frontend Setup

The frontend uses React + TypeScript + Vite. This setup provides a minimal configuration to get React working with Vite, HMR, and some ESLint rules.

For more information, refer to the Frontend README.

Contributors

We would like to thank the following contributors for their hard work:

Contributing

We welcome contributions from the community. Please follow these steps to contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add a feature')
  4. Push to the branch (git push origin feature-branch)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to customize the sections as per your project's specifics.

About

This Project was created for the Hackathon Hack-AI-Thon conducted by SBI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5