This is my submission for the WinterHacks hackathon. Ask Atlas is a web application built using React and the Google Gemini Pro AI model.
To run the application locally, follow these steps:
- Clone the repository.
- Add the API_KEY in a local .env file and add it to the root directory
- Install the dependencies by running
npm install
oryarn install
. - Start the development server by running
npm run dev
oryarn dev
. - Open http://localhost:3000 in your browser to see the application.
- Next.js - A React framework for building server-side rendered and static websites.
- Google Gemini Pro AI - A powerful AI model used for various natural language processing tasks.
To learn more about WinterHacks and GDSC-IIITK, check out the offical page.
The application is currently deployed using the Vercel Platform from the creators of Next.js. Refer to the Next.js deployment documentation for more details.
This project was created by Alex Gijo for the WinterHacks hackathon.