Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arya2004/artificial-intelligence
https://github.com/arya2004/artificial-intelligence
hacktoberfest hacktoberfest-accepted
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arya2004/artificial-intelligence
- Owner: arya2004
- License: mit
- Created: 2024-08-05T08:01:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T21:14:25.000Z (24 days ago)
- Last Synced: 2024-10-26T08:11:40.052Z (23 days ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Prolog
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Artificial Intelligence
Welcome to the **Artificial Intelligence Lab Codes** repository! This collection features a variety of AI algorithms and problem-solving techniques implemented in **Java** and **Prolog**. It's designed to aid learning and provide practical examples of AI concepts.
## Prerequisites
Before you begin, ensure you have the following installed:
- **Java**
- JDK 8 or higher
- An IDE like Eclipse or IntelliJ IDEA (optional)
- **Prolog**
- SWI-Prolog## Getting Started
### Cloning the Repository
Clone the repository using Git:
```bash
git clone https://github.com/arya2004/artificial-intelligence
cd ai-lab-codes
```### Running Java Codes
1. Navigate to the src directory:
```bash
cd src
```2. Run the desired program:
```bash
java Main.java
```## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch:```bash
git checkout -b feature/YourFeature
```3. Commit your changes.
4. Push to the branch:```bash
git push origin feature/YourFeature
```5. Open a Pull Request.
## License
This project is licensed under the [MIT License](LICENSE).
## Contact
- **Author**: Arya Pathak
- **Email**: [email protected]Feel free to reach out if you have any questions or suggestions!