Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zelechos/ether
SoftwareLife is a project to write down and keep a list of what I want to learn and know related to software engineering.
https://github.com/zelechos/ether
Last synced: 6 days ago
JSON representation
SoftwareLife is a project to write down and keep a list of what I want to learn and know related to software engineering.
- Host: GitHub
- URL: https://github.com/zelechos/ether
- Owner: Zelechos
- Created: 2022-07-26T15:32:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T20:09:18.000Z (7 months ago)
- Last Synced: 2024-04-27T20:39:40.434Z (7 months ago)
- Language: Python
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ether
---
Ether is a aplication based in LLAMA 3 to get a AI in the pocket
### Some Commands
Command to update all dependencies in the file requirements.txt
```cmd
pip freeze > requirements.txt
```Command to install all dependencies of requirements.txt
```cmd
pip install -r requirements.txt
```Command to activate the environment
```cmd
.\ether_env\Scripts\activate
```Command to deactivate the environment
```cmd
deactivate
```