faelfernandes commited on
Commit
ca55018
·
verified ·
1 Parent(s): aa2e86d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -9,3 +9,28 @@ license: mit
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
+ # WebSimAI_open
13
+ A local version of WebSim.AI, the prompt to webpage engine. Infinite possibilities to cure your boredom. ( I made it so you dont have to.... Youll thank me later)
14
+
15
+ Using Lm-Studio with this model "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF", I was able to get a decent output.
16
+
17
+ # Instructions:
18
+ 1. ```pip3 install -r requirements.txt```
19
+ 2. To run type `main.py lmstudio` and navigate to `http://127.0.0.1:5000` in your browser.
20
+ BAM! You should see the web interface.
21
+ Enjoy if you got issues let me know please...
22
+
23
+
24
+ # Docker:
25
+ As the owner of this repo I dont know docker. But dont let my lack of knowledge stop you. Heres a guide from the github user: genwch.
26
+ Environment Variables for Initialization:
27
+
28
+ 1. ```API_URL```: The URL for the API you’re interacting with.
29
+ 2. ```API_KEY```: Your API key for authentication.
30
+ 3. ```model```: The specific model you want to use.
31
+
32
+ # Listening on 0.0.0.0:
33
+ To make the Flask application listen on all available network interfaces, set the host to 0.0.0.0 in your Flask app configuration.
34
+
35
+ # Docker release:
36
+ build the Dockerfile and use CI/CD to make the docker image release.