https://github.com/arush04/agent_cheat

https://github.com/arush04/agent_cheat

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Arush04
  • Language: Python
  • Default Branch: main
  • Size: 15.6 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 11 months ago

https://github.com/Arush04/Agent_Cheat/blob/main/

image

AGENT_CHEAT

license last-commit repo-top-language repo-language-count


## Table of Contents - [ Overview](#-overview) - [ Features](#-features) - [ Project Structure](#-project-structure) - [ Project Index](#-project-index) - [ Getting Started](#-getting-started) - [ Prerequisites](#-prerequisites) - [ Installation](#-installation) - [ Usage](#-usage) - [ Testing](#-testing) - [ Project Roadmap](#-project-roadmap) - [ Contributing](#-contributing) - [ License](#-license) - [ Acknowledgments](#-acknowledgments) --- ## Overview REPLACE-ME --- ## Features

Trying to train models for follwing:

  • Competetive Coding
  • QA for PyTorch forums
  • --- ## Project Structure ```sh Agent_Cheat/ main.py requirements.txt scrappers codeforces_scrapper.py pytorch_scrapper.py train.py ``` ### Project Index
    AGENT_CHEAT/
    __root__
    main.py REPLACE-ME
    requirements.txt REPLACE-ME
    train.py REPLACE-ME
    scrappers
    codeforces_scrapper.py REPLACE-ME
    pytorch_scrapper.py REPLACE-ME
    --- ## Getting Started ### Prerequisites Before getting started with Agent_Cheat, ensure your runtime environment meets the following requirements: - **Programming Language:** Python - **Package Manager:** Pip ### Installation Install Agent_Cheat using one of the following methods: **Build from source:** 1. Clone the Agent_Cheat repository: ```sh git clone https://github.com/Arush04/Agent_Cheat ``` 2. Navigate to the project directory: ```sh cd Agent_Cheat ``` 3. Install the project dependencies: **Using `pip`**   [](https://pypi.org/project/pip/) ```sh pip install -r requirements.txt ``` ### Usage Run Agent_Cheat using the following command: **Using `pip`**   [](https://pypi.org/project/pip/) ```sh python {entrypoint} ``` ### Testing Run the test suite using the following command: **Using `pip`**   [](https://pypi.org/project/pip/) ```sh pytest ``` --- ## Project Roadmap - [X] **`Task 1`**: Implement feature one. - [ ] **`Task 2`**: Implement feature two. - [ ] **`Task 3`**: Implement feature three. ---

    Owner

    • Name: Arush Sharma
    • Login: Arush04
    • Kind: user

    GitHub Events

    Total
    • Push event: 8
    • Create event: 1
    Last Year
    • Push event: 8
    • Create event: 1

    Dependencies

    requirements.txt pypi
    • beautifulsoup4 ==4.13.4
    • urllib3 ==2.4.0