Skip to content

Commit

Permalink
New README
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyleYT committed Sep 1, 2024
1 parent 44708f6 commit 06b5174
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
37 changes: 21 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Smart Adaptive Text Artificial Intelligence System
# ALPHA 0.1 :
# AI don't make logical text : version 1
# ALPHA @S0.0.2
SATAIS is a generative AI created by @antyle_yt

**All the code is open-source and customisable**

**Don't use this AI illegally(for hack or other)**
**Don't use this AI illegally(hacking or other)**

## SATAIS's info

* French and English support , English Primary .
* Runnable on Windows Linux and MacOS with Python and maybe Java
* Utilisable for Discord , Minecraft and more


## PS : Default language for the 1st and 2nd model are french (I'll change to English in the future)

# How to use SATAIS (on python ) ?
# Methode 1 (recommended)
Expand All @@ -22,7 +21,7 @@
* ## Step two :
* If you are on PyCharm , open the project and click on "Readme.md" ;
* If you are simply on CMD :
tap ``cd C:\exact\location\of\the\file ``
tap ``cd C:\exact\location\of\the\files\readme.md ``
* ## Step three :
* ### If you are on Pycharm :
* Go to settings --> Project: "name" --> Python interpreter --> the "**+**" button --> Search Numpy and install it and also tensorflow.
Expand All @@ -33,14 +32,17 @@
## Step four :
(verify if a .h5 / .model / .keras exist)
* ### If you are on PyCharm !
* launch "app.py"
* wait
* when finished : launch ``"app.py"``
* Go to the folder "Just-launch-me(recommanded)"
* (if you want change the model go to "modellist" , copy the file and name and return into "just-launch-me" paste the file here and go to "launchme.py" and change the name from "default-sataismodelv1.h5" to the name of your selected model ).
* launch ``"launchme.py"``
* ### If you are on cmd :
* tap ``python app.py``
* tap ``cd C:\exact\location\of\the\files\TrainerandApp\Just-launch-me(recommanded) ``
* tap ``python launchme.py``
* ## Step five :
* enjoy the AI !
----------------------------------------------------
----------------------------------------------------

# Methode 2 (Machine learning (creating a model) not recommended
# __⚠️ YOU NEED LOT OF TIMES AND A GOOD COMPUTER (MACHINE LEARNING)__
* ## Step one :
Expand All @@ -58,13 +60,16 @@
* Tap : ``pip install tensorflow``
## Step four :
* ### If you are on PyCharm !
* launch "trainer.py"
* wait
* when finished : launch ``"app.py"``
* (PS : The instruction are also in the folder)
* Go to the folder "trainingmethod(long)"
* (You can change the corpus.)
* launch ``"trainer.py"``
* ### If you are on cmd :
* tap ``python trainer.py``
* wait
* when finished : tap : ``python app.py``
* tap ``cd C:\exact\location\of\the\files\TrainerandApp\Trainingmethod(long) ``
* tap ``python trainer.py``
* ## Step five :
* enjoy the AI
* launch app.py
* enjoy the AI !
----------------------------------------------------
----------------------------------------------------
## PLEASE REPORT BUG ON MY DISCORD DM : Antyle_YT
2 changes: 1 addition & 1 deletion TrainerandApp/Just-launch-me(recommanded)/launchme.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pickle

# Load the model without compiling it
model = load_model('text_generator_model.h5', compile=False)
model = load_model('default-sataismodelv1.h5', compile=False)

with open('tokenizer.pkl', 'rb') as file:
tokenizer = pickle.load(file)
Expand Down
File renamed without changes.

0 comments on commit 06b5174

Please sign in to comment.