dinussen27 / AI_Workshop-RAG

0 stars 0 forks source link

Project Name

Overview

This project is a [brief description of your project]. It is designed to [purpose of the project]. This README will guide you through the setup and usage of the project.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/yourproject.git
    cd yourproject
  2. Set up the Python environment using venv:

    python -m venv venv
    source venv/bin/activate   # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Setup

  1. Create a NO_SYNC folder in the project directory:

    mkdir NO_SYNC
  2. Create an apikey.txt file inside the NO_SYNC folder:

    echo "your_api_key_here" > NO_SYNC/apikey.txt
  3. Find your API key on Hugging Face:

    Visit the Hugging Face API Quicktour to get your API token and replace "your_api_key_here" in the apikey.txt file with your actual API key.

Usage

To run the application, execute:

python streamlit run app.py

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the [Your License Name] License - see the LICENSE file for details.