Skip to content

mikpoly/Chrono-Genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ENGLISH :




📘 USER GUIDE - CHRONOGENESIS

🧠 ChronoGenesis is a temporal AI capable of analyzing historical documents,
predicting cycles, and automatically extracting important events
throughout time (even esoteric ones).

đŸ–„ïž INSTALLING PREREQUISITES (Windows only)

OCR for images (automatic text reading from .jpg/.png images):
➀ Install Tesseract OCR:
đŸ“„ https://github.com/UB-Mannheim/tesseract/wiki

📂 Install it in:
C:\Program Files\Tesseract-OCR
No configuration required if you keep this path.

Local AI engine (optional but recommended for advanced AI):
➀ Install Ollama:
đŸ“„ https://ollama.com/download

➀ Then open a terminal and run:
ollama pull mistral

This will allow you to perform highly detailed intelligent summaries with Mistral locally,
without API or internet.

🚀 STARTING THE PROGRAM

Create a virtual environment (recommended):
python -m venv venv
venv\Scripts\activate

Install dependencies:
pip install -r requirements.txt

Launch the application:
python main_nicegui.py

Open your browser at:
http://localhost:8080

🧭 USAGE TIPS

‱ Add events manually
‱ Import .txt / .pdf / .html / .png files for the AI to analyze
‱ Choose an AI engine (T5, BART, or Mistral) for each analysis
‱ Access the full timeline, edit or delete events
‱ Export the timeline to CSV





                           -------------------------------------------------------------------------------------------------------



FRANCAIS: 


📘 GUIDE D'UTILISATION - CHRONOGENESIS

🧠 ChronoGenesis est une IA temporelle capable d’analyser des documents historiques, 
de prĂ©dire des cycles et d’extraire automatiquement des Ă©vĂ©nements importants 
dans le temps (mĂȘme Ă©sotĂ©riques).

---

đŸ–„ïž INSTALLATION DES PRÉREQUIS (Windows uniquement)

1. OCR pour les images (lecture automatique des textes sur images .jpg/.png) :
   ➀ Installez Tesseract OCR :
     đŸ“„ https://github.com/UB-Mannheim/tesseract/wiki
     📂 Installez-le dans :
     C:\Program Files\Tesseract-OCR
   Aucun paramétrage requis si vous gardez ce chemin.

2. Moteur IA local (optionnel mais recommandé pour IA avancée) :
   ➀ Installez Ollama :
     đŸ“„ https://ollama.com/download
   ➀ Puis ouvrez un terminal et exĂ©cutez :
     ollama pull mistral

   Cela vous permettra de faire des résumés intelligents trÚs détaillés avec Mistral en local,
   sans API ni internet.

---

🚀 DÉMARRER LE PROGRAMME

1. Créez un environnement virtuel (recommandé) :
   python -m venv venv
   venv\Scripts\activate

2. Installez les dépendances :
   pip install -r requirements.txt

3. Lancez l’application :
   python main_nicegui.py

4. Ouvrez votre navigateur sur :
   http://localhost:8080

---

🧭 CONSEILS D’UTILISATION

‱ Ajoutez des Ă©vĂ©nements manuellement
‱ Importez des fichiers .txt / .pdf / .html / .png pour que l’IA les analyse
‱ Choisissez un moteur IA (T5, BART ou Mistral) pour chaque analyse
‱ AccĂ©dez Ă  la timeline complĂšte, modifiez ou supprimez les Ă©vĂ©nements
‱ Exportez la ligne du temps en CSV

About

time travel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages