Skip to content

thesungod07/Project-Chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Chronos: The AI Archaeologist

Project Description

Project Chronos is an Gemini-powered application designed to reconstruct fragmented digital information from a digital archaeological site, which consists of a vast and incomplete archive of ancient web pages and forum posts. The primary challenge is dealing with information gaps, obscure language, and forgotten cultural references, which make interpreting these digital relics difficult. Project Chronos aims to develop an intelligent system capable of piecing together these fragments, interpreting slang and contextual cues, and restoring missing information to provide a coherent understanding of the digital past.

Setup Instructions

For the python CLI:

In your terminal run:

pip install -r requirements.txt to install all the requirements.

set GOOGLE_API_KEY=YOUR_API_KEY

You can get your api key from the Google AI Studio

For the website.

Prerequisites

Make sure you have Node.js and npm installed on your system. You can verify this by running:

node -v
npm -v

Getting the Files

git clone https://github.com/MyCompilerHatesMe/Project-Chronos.git

Change the present working directory

cd webstie

Create an Environment file

Create a .env file and inside the website directory and paste in GOOGLE_API_KEY=YOUR_API_KEY_HERE

Installing packages

While inside the website directory run the below command to install all necessary packages.

npm install

Running the application

Now, to serve the page, run

node server.js

Go into your browser and type in localhost:3000 to access the project.

Usage Guide

Coming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors