-
Note: LearnLink AI chatbot feature has been disabled due to traffic and cost issues for the forseeable future. Uploading PDFs and other features are still available without any extra steps. Sorry for the inconvienance. The application can still be used if you clone the backend which can be found above and run it on your local machine
LearnLink AI is an innovative tool that allows you to talk to your documents. Every document uploaded with be given a custom chatbot trained on the data where you can talk or ask questions. LearnLink supports 95+ languages for easy accesability for anyone anywhere
- How to run the frontend on your personal computer
git clone https://github.com/srmoola/LearnLink-Rest-API
python -m venv venv
or
python3 -m venv venv
pip install -r requirements.txt
python3 main.py
Use code in index.js file to send an example request to the API