Skip to content

e-lab/AI-Assistant

Repository files navigation

AI Assistant

Viktor Ciroski, Eugenio Culurciello , Pranav Jadhav, Sravani Ramishetty, Akshath Raghav R, Alexandre Sauquet, Shakti Wadekar

Listed in alphabetical order by last name
Introducing AI ASSISTANT:

A versatile Task Handling Framework (THF) designed for seamless integration and customization across diverse domains. Powered by Langchain's advanced technology, AI ASSISTANT provides a robust foundation for users to develop and adapt specialized solutions tailored to their specific needs. With an open-source approach, this framework offers flexibility for users to incorporate additional tools and make minimal modifications to tailor the assistant for their unique domain requirements. Whether it's data analysis, task automation, or predictive modeling, AI ASSISTANT empowers users to enhance efficiency and precision in a wide range of applications.

⚠️ Note

Project Status: This project is currently in the developmental phase and actively undergoing enhancements. The Language Model (LLM) backend is presently powered by GPT-4, with imminent plans to transition towards a multi-modal approach, specifically leveraging the Llama2 Large World Model (LWM).

Tool Integration: The current iteration of the project features the integration of several tools designed to augment its capabilities:

  • Arxiv Search: Facilitating exploration and retrieval of scholarly articles.
  • Web Browser: Enabling web-based research and information gathering.
  • Calculator: Providing computational functionality within the environment.
  • Python Interpreter: Supporting the execution of Python code for enhanced scripting capabilities.
  • In-context QA: Offering question-answering functionality within the context of the project.
  • Data Chat: Enabling data visualization and analysis support of uploaded CSV files.

Modality Focus: It's important to note that the current implementation is tailored for a singular modality, specifically text. Future iterations aim to broaden the scope by incorporating a multi-modal approach, thereby enhancing the project's capacity to process and analyze diverse types of data.

Try it our FIRST DEMO

AI Assistant Overview REDO With General Layout!

Project Setup Guide

This guide provides detailed instructions on how to set up and run the Forestry_Student project. By following these steps, you'll be able to clone the repository, configure necessary environment variables, and start the application using Docker.

Code Workflow

Prerequisites

Before you begin, ensure you have the following installed on your system:

Installation

Clone the Forestry_Student repository and navigate into the project directory:

git clone https://github.com/e-lab/Forestry_Student.git
cd Forestry_Student

Configuration

Create a .env file in the root directory of the project. This file should contain the necessary API keys for the application to function properly. Replace <YOUR_GOOGLE_API_KEY>, <YOUR_GOOGLE_CSE_ID>, and <YOUR_OPENAI_API_KEY> with your actual API keys.

# .env file
GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY>
GOOGLE_CSE_ID=<YOUR_GOOGLE_CSE_ID>
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>

Obtaining API Keys

Startup

To build and start the application using Docker Compose, run the following command in the terminal:

docker-compose up --build

This command builds the Docker images and starts the containers defined in your docker-compose.yaml file. If this is the first time you're running the command, it might take some time to download the necessary images and dependencies.

Accessing the Application

Once the application is running, you can access the web interface by opening your web browser and navigating to:

http://localhost:8501

Troubleshooting

  • If you encounter any issues with Docker, ensure Docker is running on your system and try restarting it.
  • For problems related to API keys, double-check that they are correctly entered in the .env file with no extra spaces or characters.

Acknowledgement

This project has been undertaken in the Eugenio Culurciello e-lab at Purdue University, in collaboration with the FACAI lab. We extend our sincere appreciation to both labs for their invaluable contributions and collaborative efforts. Furthermore, we acknowledge and express gratitude for the resources generously provided by the Purdue Institute of Physical AI, which have played a crucial role in supporting and advancing our research endeavors.

Citation

@software{FIRST,
author = {Ciroski, Viktor and Culurciello, Eugenio and Jadhav, Pranav and Ramishetty, Sravani and Ravikiran, Akshath Raghav and Sauquet, Alexandre and Wadekar, Shakti},
title = {{Forest Intellect Research & Technology System}},
url = {https://github.com/e-lab/Forestry_Student/tree/main},
version = {0.0.1}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages