Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arya2004/artificial-intelligence


https://github.com/arya2004/artificial-intelligence

hacktoberfest hacktoberfest-accepted

Last synced: 5 days ago
JSON representation

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!