IntelliSurf is a Java-based application featuring user registration, login, and a chatbot interface powered by Ollama API.
IntelliSurf/
├── src/
│ └── intellisurf/
│ └── Main.java
├── IntelliSurf.iml
├── README.md
└── .idea/ (IDE config)
- src/intellisurf/Main.java: Main application source code, organized in the
intellisurfpackage. - IntelliSurf.iml: IntelliJ IDEA module file.
- .idea/: IDE configuration files.
- Open the project in IntelliJ IDEA or any Java IDE.
- Ensure dependencies for
io.github.ollama4jare available (add to your build system if needed). - Run
Main.javafrom theintellisurfpackage.
- User registration with strong password enforcement
- Secure password hashing (SHA-256)
- Login authentication
- Chatbot interface using Ollama API