mirror of
https://github.com/elder-plinius/Dioscuri.git
synced 2026-02-12 17:22:59 +00:00
Update README.md
This commit is contained in:
51
README.md
51
README.md
@@ -1,3 +1,50 @@
|
||||
Dioscuri
|
||||
# Dioscuri
|
||||
|
||||
LATENT SPACE LIBERATED
|
||||
## Overview
|
||||
Dioscuri is a liberated version of Gemini chat.
|
||||
|
||||
## Installation
|
||||
|
||||
### Prerequisites
|
||||
- Python 3.8 or higher
|
||||
- Pip for Python package management
|
||||
|
||||
### Setup
|
||||
Clone the repository to your local machine:
|
||||
|
||||
bash
|
||||
git clone https://github.com/yourgithub/dioscuri.git
|
||||
cd dioscuri
|
||||
|
||||
Dependencies
|
||||
|
||||
Install the necessary Python packages:
|
||||
|
||||
bash
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
Configuration
|
||||
|
||||
Copy the .env.example file to .env and fill in the necessary configuration values:
|
||||
|
||||
bash
|
||||
|
||||
cp .env.example .env
|
||||
|
||||
Edit .env with your preferred text editor and set the required environment variables.
|
||||
Running the Application
|
||||
|
||||
To start the application, run:
|
||||
|
||||
bash
|
||||
|
||||
streamlit run dioscuri.py
|
||||
|
||||
Navigate to the provided URL to interact with the application.
|
||||
Contributing
|
||||
|
||||
Feel free to fork the repository, make changes, and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
|
||||
License
|
||||
|
||||
This project is licensed under the MIT License.
|
||||
|
||||
Reference in New Issue
Block a user