https://github.com/ozone24/haunti-ai
Haunti is an open-source AI framework on Solana, enabling users to deploy and manage decentralized models via modular tools.
https://github.com/ozone24/haunti-ai
agent ai ai-infrastructure blockchain blockchain-infrastructure bls-signatures cross-chain fhe groth16 solana web3-integration wormhole zero-knowledge-proofs zk-snarks
Last synced: 27 days ago
JSON representation
Haunti is an open-source AI framework on Solana, enabling users to deploy and manage decentralized models via modular tools.
- Host: GitHub
- URL: https://github.com/ozone24/haunti-ai
- Owner: ozone24
- Created: 2025-04-17T20:01:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-27T12:02:02.000Z (27 days ago)
- Last Synced: 2025-04-27T12:24:10.395Z (27 days ago)
- Topics: agent, ai, ai-infrastructure, blockchain, blockchain-infrastructure, bls-signatures, cross-chain, fhe, groth16, solana, web3-integration, wormhole, zero-knowledge-proofs, zk-snarks
- Language: Rust
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haunti-AI 🌐


Welcome to **Haunti-AI**, an open-source AI framework built on the Solana blockchain. With Haunti, you can deploy and manage decentralized models using modular tools. This project aims to simplify AI deployment in the blockchain space, making it accessible for developers and researchers alike.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Releases](#releases)## Features
- **Decentralized AI Models**: Easily deploy AI models in a decentralized manner.
- **Modular Tools**: Use our modular tools to customize your AI solutions.
- **Cross-Chain Compatibility**: Seamlessly integrate with other blockchain networks.
- **Zero-Knowledge Proofs**: Ensure privacy and security in AI computations.
- **Web3 Integration**: Connect your applications to the decentralized web.## Installation
To get started with Haunti-AI, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/ozone24/Haunti-AI.git
cd Haunti-AI
```2. **Install Dependencies**:
Make sure you have Node.js and npm installed. Run the following command:
```bash
npm install
```3. **Set Up Environment Variables**:
Create a `.env` file in the root directory and add your configuration settings.4. **Run the Application**:
Execute the following command to start the application:
```bash
npm start
```## Usage
Once the application is running, you can interact with it through the API. Here’s a simple example of how to deploy a model:
```javascript
const haunti = require('haunti-ai');haunti.deployModel({
modelName: 'MyModel',
parameters: {
learningRate: 0.01,
epochs: 100,
},
});
```For more detailed usage instructions, please refer to the [documentation](https://github.com/ozone24/Haunti-AI/wiki).
## Contributing
We welcome contributions from the community. If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/YourFeature
```
3. Make your changes and commit them:
```bash
git commit -m "Add your message"
```
4. Push to the branch:
```bash
git push origin feature/YourFeature
```
5. Create a pull request.Your contributions help us improve Haunti-AI for everyone.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any inquiries or feedback, feel free to reach out:
- **Email**: [email protected]
- **Twitter**: [@HauntiAI](https://twitter.com/HauntiAI)## Releases
To download the latest release, visit the [Releases](https://github.com/ozone24/Haunti-AI/releases) section. Make sure to download the necessary files and execute them as per the instructions provided in the documentation.
To keep up with the latest updates, you can also check the [Releases](https://github.com/ozone24/Haunti-AI/releases) page regularly.
## Topics
- **Agent**: Create intelligent agents that can interact with users and other systems.
- **AI**: Leverage advanced algorithms for machine learning and data analysis.
- **Blockchain**: Utilize the power of blockchain technology for secure data management.
- **Cross-Chain**: Enable communication and transactions across different blockchain networks.
- **Zero-Knowledge Proofs**: Enhance privacy and security with cryptographic proofs.
- **Web3 Integration**: Connect with decentralized applications and services.## Community
Join our community of developers and enthusiasts:
- **Discord**: [Join our Discord](https://discord.gg/haunti-ai)
- **Forum**: Participate in discussions on our [Forum](https://forum.haunti-ai.com)## Additional Resources
- [Documentation](https://github.com/ozone24/Haunti-AI/wiki)
- [Tutorials](https://github.com/ozone24/Haunti-AI/wiki/Tutorials)
- [Blog](https://medium.com/@haunti-ai)Thank you for your interest in Haunti-AI! We look forward to seeing what you build with it.