Skip to content

malhilli/Langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Langchain_Experiments Repository

This Git repository, Langchain_Experiments, showcases a series of language-related experiments conducted using various AI models and tools. The primary focus of the experiments includes building a simple chain using OpenAI, LLama2, and CohereAI, interrogating a research paper, generating images from Hugging Face, and creating a chatbot for YouTube video interaction using CohereAI.

Experiment Overview

1. Building a Simple Chain:

  • This experiment demonstrates the construction of a language processing chain utilizing three powerful language models: OpenAI, LLama2, and CohereAI. The notebook provides insights into how these models can be integrated to enhance natural language understanding and generation.

2. Research Paper Interrogation:

  • Utilizing the language models from OpenAI, LLama2, and CohereAI, this experiment applies them to interrogate a research paper. The notebook showcases the models' abilities to extract meaningful information, analyze content, and provide valuable insights.

3. Image Generation with Hugging Face:

  • This experiment explores image generation capabilities using Hugging Face's models. The notebook demonstrates how language models can be leveraged to create images based on textual input.

4. YouTube Video Chatbot:

  • Building on CohereAI's capabilities, this experiment constructs a chatbot specifically designed for interacting with YouTube videos. Users can upload a video and ask the bot questions related to the content, showcasing the potential applications of AI in video analysis and interaction.

5. Whisper Transcription and translation:

File: OpenAI_Whisper_Transcription_Translation.ipynb This final experiment integrates OpenAI Whisper for transcribing a show and translating a Danish Christmas song to English. The notebook demonstrates the powerful capabilities of Whisper in understanding and processing spoken language.

Getting Started

To reproduce these experiments, follow these steps:

  1. Clone the repository:

    git clone https://github.com/malhilli/Langchain/Langchain_Experiments.git
  2. Install the required dependencies:

    pip install -r langchain_requirements.txt
  3. Open and run the Jupyter notebooks in your preferred environment.

Dependencies

The dependencies required for these experiments are listed in the langchain_requirements.txt file. Make sure to install them before running the notebooks.

Contributing

If you would like to contribute to this project, feel free to open an issue or submit a pull request. Your feedback and contributions are highly valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Enjoy experimenting with Langchain!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published