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.
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
Make sure you have Node.js and npm installed on your system. You can verify this by running:
node -v
npm -vgit clone https://github.com/MyCompilerHatesMe/Project-Chronos.gitcd webstieCreate a .env file and inside the website directory and paste in GOOGLE_API_KEY=YOUR_API_KEY_HERE
While inside the website directory run the below command to install all necessary packages.
npm install
Now, to serve the page, run
node server.js
Go into your browser and type in localhost:3000 to access the project.
Coming soon!