{"id":15165919,"url":"https://github.com/zethearc/llama_2-eduai","last_synced_at":"2026-01-22T10:35:14.583Z","repository":{"id":219616776,"uuid":"749471526","full_name":"Zethearc/LLAMA_2-EDUAI","owner":"Zethearc","description":"EDUAI es un asistente virtual desarrollado por las universidades Yachay Tech y UIDE en Ecuador. Su propósito es brindar ayuda a estudiantes en matemáticas, tanto de colegios como de universidades. Actúa como un asistente, no como un usuario. Responde desde su función específica.","archived":false,"fork":false,"pushed_at":"2024-02-04T04:17:38.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T13:18:12.510Z","etag":null,"topics":["chatbot","langchain","llama2","llamacpp","llm","pinecone","retrieval-augmented-generation"],"latest_commit_sha":null,"homepage":"https://www.deeparcresearch.com/research","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zethearc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-28T17:22:41.000Z","updated_at":"2024-02-04T03:56:20.000Z","dependencies_parsed_at":"2024-09-13T22:42:21.070Z","dependency_job_id":null,"html_url":"https://github.com/Zethearc/LLAMA_2-EDUAI","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"444f56f86b0817dc1c6a4a9bb700a72078dedc22"},"previous_names":["zethearc/llama_2-eduai"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zethearc%2FLLAMA_2-EDUAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zethearc%2FLLAMA_2-EDUAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zethearc%2FLLAMA_2-EDUAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zethearc%2FLLAMA_2-EDUAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zethearc","download_url":"https://codeload.github.com/Zethearc/LLAMA_2-EDUAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247886553,"owners_count":21012861,"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":["chatbot","langchain","llama2","llamacpp","llm","pinecone","retrieval-augmented-generation"],"created_at":"2024-09-27T04:20:17.416Z","updated_at":"2026-01-22T10:35:14.555Z","avatar_url":"https://github.com/Zethearc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clone the Project\n```bash\ngit clone https://github.com/Zethearc/LLAMA_2-EDUAI.git\n```\n# Set Up the Development Environment\n## Install virtualenv (if not installed)\n```bash\npip install virtualenv\n```\n## Create and activate a virtual environment\n```bash\ncd LLAMA_2-EDUAI\nvirtualenv venv\nsource venv/bin/activate   # On Unix/Linux systems\n# .\\venv\\Scripts\\activate  # On Windows\n```\n## Install project dependencies\n```bash\npip install -r requirements.txt\n```\n## Install the CUDA toolkit (if using an NVIDIA GPU)\n```bash\nsudo apt install nvidia-cuda-toolkit\n```\n## Verify the presence of an NVIDIA GPU\n```bash\nnvidia-smi\nnvcc --version\n```\n\n## Install llamacpp\n\n```bash\ngit clone --recursive -j8 https://github.com/abetlen/llama-cpp-python.git\ncd llama-cpp-python\nexport FORCE_CMAKE=1\nexport CMAKE_ARGS=\"-DLLAMA_CUBLAS=ON\"\npip install --upgrade --force-reinstall llama-cpp-python --no-cache-dir\n```\n\n## Perform a Linux/Ubuntu upgrade\n```bash\nsudo apt-get update\nsudo apt-get install build-essential\n```\n# Run the Application\n```bash\npython3 app/main.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzethearc%2Fllama_2-eduai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzethearc%2Fllama_2-eduai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzethearc%2Fllama_2-eduai/lists"}