https://github.com/whatphilipcodes/inter
abstract installation engaging with the objectivity and subjectiveness of truth.
https://github.com/whatphilipcodes/inter
interactive-experience machine-learning
Last synced: about 1 year ago
JSON representation
abstract installation engaging with the objectivity and subjectiveness of truth.
- Host: GitHub
- URL: https://github.com/whatphilipcodes/inter
- Owner: whatphilipcodes
- Created: 2023-07-04T18:38:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T12:25:16.000Z (over 2 years ago)
- Last Synced: 2025-02-15T11:38:08.757Z (over 1 year ago)
- Topics: interactive-experience, machine-learning
- Language: Python
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# About
Truth often implies a sense of objectiveness despite its ability of being highly subjective. What an individual considers to be true is the result of a decision making process involving societal context and personal experience. The transformative nature of both facilitates an understanding of truth as a fluid construct with the ability to evolve. Combining many of these singular impressions into one might reveal an unseen artifact somewhere in between subjectiveness and objectivity.
# Installation
- Tested only using Windows 10 on a system with the following specs:
- CPU: 11th Gen Intel i9-11900K @3.50GHz
- GPU: NVIDIA RTX 3080 (10GB)
- RAM: 32GB @3200MHz
- Available Storage: 30GB Free
- HGHub caches dataset on C:\ drive regardess of where you install this application
- Due to the nature of this application, the size is incereasing slowly over time
- Install Cuda 11.8
[Download from NVIDIA](https://developer.nvidia.com/cuda-11-8-0-download-archive)
- Install the current Release
[Download from Google Drive](https://drive.google.com/file/d/1w1eX_KdQQt4pXLrNMGWdebUVukQOqPUp/view?usp=sharing)
# Dev Env Setup
- Install Cuda as described above
- Create a file called '.env.development.local' in the root directory of the project and add the following:
```shell
GITHUB_TOKEN=pasteyourtokenhereforautorelease
INCLUDE_BACKEND=true or false can be used to make quick testbuild including only the frontend
```
- Create & Activate venv (naming convention is important for devmode)
```shell
python -m venv .env && .\.env\Scripts\activate
```
- Install Requirements
```shell
pip install -r requirements.txt
```
- Install NPM Packages
```shell
npm install
```