Quikk Notes AI is an intelligent summarization tool that fetches Wikipedia content, processes it using NLP techniques, and provides concise, revision-friendly notes.
✔ Fetches Wikipedia content based on user input
✔ Uses NLP-powered summarization for quick notes
✔ Built using Hugging Face Transformers and Streamlit
✔ Simple and user-friendly interface
- Web Scraping:
BeautifulSoup,Requests - NLP Summarization:
Hugging Face Transformers,torch - Backend & UI:
Streamlit - Deployment: Can be hosted on Streamlit Cloud
- Notes Generation from Wikipedia
- Input Format: Text or Voice
- Good Notes preferred for revisions and studies
- Read aloud option
- QnA for Interview Preparation
- Add GFG
- Notes in Bullet points format
- Customization Options as Short/ Medium/ Detailed Notes Length
- TTS and STT
- Multilingual Support
- Backend: Flask or FastAPI
- Frontend: HTML, CSS, JS
- DataBase: SQLite or FireBase
- Highlight key terms and give a conclusion at the end
- Question Generation: Use NLP to ask questions from the student for brushing up the learned concepts -->
1️⃣ Clone the Repository
git clone https://github.com/your-username/Quikk-Notes-AI.git
cd Quikk-Notes-AI2️⃣ Install Dependencies
pip install -r requirements.txt
3️⃣ Run the Application
streamlit run app.py
Developed by Mohit Gaur
Special Thanks to Harshit Soni and AI PlaneTech for their guidance and support.