{"id":18497501,"url":"https://github.com/jungstershark/hellott","last_synced_at":"2026-04-04T13:39:49.922Z","repository":{"id":228060970,"uuid":"769864315","full_name":"Jungstershark/HelloTT","owner":"Jungstershark","description":"Hello TT is an AI-powered chatbot developed for the Temasek X SUTD Gen AI Hackathon 2024. It assists users in resolving issues by generating step-by-step guides based on textual information and screenshots. Leveraging GPT-3.5 and GPT-4-Vision models, Hello TT provides intuitive, accurate, and visually enhanced solutions.","archived":false,"fork":false,"pushed_at":"2024-08-29T07:18:12.000Z","size":536,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-06T13:44:43.137Z","etag":null,"topics":["ai-chatbot","gpt-3","gpt-4","hackathon-project","python","rag","retrieval-augmented-generation","screenshots","streamlit","text"],"latest_commit_sha":null,"homepage":"https://github.com/Jungstershark/HelloTT","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jungstershark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-10T09:31:35.000Z","updated_at":"2024-09-26T01:09:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"386e2572-7c22-42e4-a424-3fbb4f58ee12","html_url":"https://github.com/Jungstershark/HelloTT","commit_stats":null,"previous_names":["jungstershark/hellott"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jungstershark%2FHelloTT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jungstershark%2FHelloTT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jungstershark%2FHelloTT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jungstershark%2FHelloTT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jungstershark","download_url":"https://codeload.github.com/Jungstershark/HelloTT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231266994,"owners_count":18350363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-chatbot","gpt-3","gpt-4","hackathon-project","python","rag","retrieval-augmented-generation","screenshots","streamlit","text"],"created_at":"2024-11-06T13:34:45.491Z","updated_at":"2025-12-28T13:14:13.756Z","avatar_url":"https://github.com/Jungstershark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello TT\n[![GitHub license](https://img.shields.io/github/license/Jungstershark/HelloTT)](https://github.com/Jungstershark/HelloTT/blob/main/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/Jungstershark/HelloTT?style=social)](https://github.com/Jungstershark/HelloTT/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/Jungstershark/HelloTT?style=social)](https://github.com/Jungstershark/HelloTT/network/members)\n\n\nWelcome to the **Hello TT** chatbot project, developed for the Temasek X SUTD Gen AI Hackathon 2024. **Hello TT** is an innovative chatbot designed to assist users in resolving issues by utilizing textual information and screenshots. This chatbot creates a step-by-step guide to solving various issues, complemented by relevant screenshots for a more intuitive assistance experience.\n\n## Features\n\n- **Textual Issue Resolution**: Generates step-by-step guides based on textual information to resolve user queries.\n- **Screenshot Integration**: Displays relevant screenshots alongside the guides to enhance understanding and provide visual assistance.\n- **AI-Powered**: Utilizes OpenAI's GPT-3.5 and GPT-4-Vision models for advanced information processing and image recognition.\n- **Retrieval Augmented Generation**: Employs a sophisticated mechanism to retrieve relevant information chunks from a user guide, ensuring accuracy and relevance in the solutions provided.\n- **Streamlit UI**: Features an intuitive and user-friendly UI built with Streamlit, making it accessible for users with varying levels of technical expertise.\n\n### Note\n\nDue to NDA constraints, this chatbot has been sanitized of all training data used during the hackathon.\n\n## Setup\n\nFollow these steps to set up and run the **Hello TT** chatbot on your local machine.\n\n### Prerequisites\n\n- Python 3.9 or above\n\n### Installation\n\n1. **Clone the Repository**\n\n    ```\n    git clone \u003crepository-url\u003e\n    ```\n    Replace `\u003crepository-url\u003e` with the actual URL of this GitHub repository.\n\n2. **Create a Virtual Environment**\n\n    ```\n    python -m venv venv\n    ```\n\n3. **Activate the Virtual Environment**\n\n    - On Mac or WSL on Windows:\n\n        ```\n        source venv/bin/activate\n        ```\n\n    - On Windows (if not using WSL):\n\n        ```\n        .\\venv\\Scripts\\activate\n        ```\n\n4. **Install Required Packages**\n\n    ```\n    pip install -r requirements.txt\n    ```\n\n5. **Set Up Environment Variables**\n\n    Copy the `.env.example` file to `.env` and replace the placeholders with the actual values.\n\n    ```\n    cp -i .env.example .env\n    ```\n\n### Running the App\n\n- To run the **Hello TT** chatbot:\n\n    ```\n    streamlit run hackathon.py\n    ```\n\n## Usage\n\n![HelloTT_Front_Page](/screenshots/HelloTT_Front_Page.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjungstershark%2Fhellott","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjungstershark%2Fhellott","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjungstershark%2Fhellott/lists"}