Welcome to ctrl-f, the app that’s transforming how students interact with their documents! 📚✨ Designed to provide detailed insights, ctrl-f makes it easy to pull relevant information from uploaded documents, turning your study sessions into efficient learning experiences. It’s like having a personal research assistant that’s always ready to help!
- ⏱️ Instant Answers: Get precise information from your documents without endless searching!
- 💬 Interactive Conversations: Engage with the AI in a friendly, intuitive manner.
- 📈 Enhanced Learning: Easily access context-specific answers that boost your understanding.
Curious to see ctrl-f in action? Check out our Devpost project page to explore how we’re revolutionizing the learning experience!
- Create python virtual env:
python3 -m venv env - Enable python virtual env:
source env/bin/activate - Install required packages:
python3 -m pip install -r requirements.txt - Create a
.envfile and include the following environment variables:OPENAI_API_KEY: API key from OpenAI used for text embedding and text generation
- Run flask server:
python3 server.py