Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Godito
/
notes-generator
like
0
Running
App
Files
Files
Community
main
notes-generator
24.2 kB
1 contributor
History:
3 commits
Godito
undefined - Follow Up Deployment
a51c42b
verified
4 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
README.md
Safe
215 Bytes
develope app with this plan: Project Structure ``` teaching-notes-agent/ βββ src/ # Core application code β βββ teaching_agent.py # Main agent class β βββ ai_providers.py # AI provider implementations β βββ note_templates.py # Note format templates β βββ exporters.py # Export functionality β βββ cli.py # Command-line interface βββ examples/ # Example usage scripts βββ docs/ # Documentation βββ exports/ # Generated notes output βββ templates/ # Custom template storage βββ config.yaml # Configuration file βββ requirements.txt # Dependencies βββ main.py # Main entry point βββ setup.py # Setup script βββ README.md # Complete documentation - Initial Deployment
4 months ago
index.html
Safe
22.1 kB
develope app with this plan: Project Structure ``` teaching-notes-agent/ βββ src/ # Core application code β βββ teaching_agent.py # Main agent class β βββ ai_providers.py # AI provider implementations β βββ note_templates.py # Note format templates β βββ exporters.py # Export functionality β βββ cli.py # Command-line interface βββ examples/ # Example usage scripts βββ docs/ # Documentation βββ exports/ # Generated notes output βββ templates/ # Custom template storage βββ config.yaml # Configuration file βββ requirements.txt # Dependencies βββ main.py # Main entry point βββ setup.py # Setup script βββ README.md # Complete documentation - Initial Deployment
4 months ago
style.css
Safe
388 Bytes
initial commit
4 months ago