Tired of writing online assignments and then formatting them ?😪
Get ready to revolutionize your assignment writing with Neural Pen ! Backed by the Llama 3🦙, you just have to provide the question and it will generate a sequentially formatted Google Doc saved in your own Google Drive.
How it Works 🧐
- Provide the assignment topic
- Neural Pen utilizes the power of Llama 3 LLM to generate detailed and well-organized answers
- Content is formatted according to academic standards and inserted directly into your Google Docs seamlessly.
- Easily review, customize and make any necessary edits directly withing G Docs
- Clone the repo
- Go to groq.com -> Groq Cloud -> Sign In
- Go to API Keys -> Create API Key
- Make a new
.env
file in the same directory where repo is cloned. GROQ_API_KEY = "your_api_key"
Add this line to .env- Run
pip install -r requirements.txt
to install all libraries - Run the
main.py
file usingpython main.py
command