LearningAtlas banner

LearningAtlas

8 devlogs
4h 37m 23s

Learning Atlas guides you on the right path to learn anything!
The user types in what they intend to learn, and the AI recommends high-quality resources with a description and an option to bookmark them.

This project uses AI

Used ChatGPT to help with the OpenAI API, and help find resources [data] for the resources.csv
Claude helped with the cosine similarity function, since I’m not the best at math functions!..

Demo Repository

Loading README...

Malak

Shipped this project!

Hours: 4.62
Cookies: 🍪 90
Multiplier: 19.52 cookies/hr

I built a website that helps with finding perfect resources for learning! I struggled with the API and cosine function… but it worked out in the end! I learned how to use Tailwind CSS in my projects.

Malak

Deployed on Vercel, and fixed some issues with depolyment…

Attachment
0
Malak

Added a bookmark feature, and bookmark menu for quick access

Attachment
0
Malak

Made the UI prettier

Attachment
0
Malak

Integrated Cosine Similarity Function
The API fetches resources from data.csv and understands the meaning from the user’s input.
Ran into some issues, but fixed them.

Attachment
0
Malak

API responds to queries successfully!

Attachment
0
Malak

Set up OpenAI API Key, and made a quick API test, it’s working!

Attachment
0
Malak

Developed the base of the frontend, added background elements falling in the background

Attachment
0
Malak

Made the structure, added data/resources for CSV file.
Coded the base of the backend.
Depending on the query, in this case “python”, it displays the resources.

Attachment
0